aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-26 06:57:36 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-26 09:36:21 +0000
commit8ccff4af042031dd0511fceaf42a2585b31c2d9b (patch)
treefce8cf50a3484f9a723c9290bee8e81228f39f49 /.github
parentbuild(deps): bump github/codeql-action from 2.20.0 to 2.20.1 (diff)
downloadfirejail-8ccff4af042031dd0511fceaf42a2585b31c2d9b.tar.gz
firejail-8ccff4af042031dd0511fceaf42a2585b31c2d9b.tar.zst
firejail-8ccff4af042031dd0511fceaf42a2585b31c2d9b.zip
build(deps): bump step-security/harden-runner from 2.4.0 to 2.4.1
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/128a63446a954579617e875aaab7d2978154e969...55d479fb1c5bcad5a4f9099a5d9f37c8857b2845) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-extra.yml10
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/codeql-analysis.yml2
-rw-r--r--.github/workflows/profile-checks.yml2
4 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index dd0dc4da0..8754e7eff 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -54,7 +54,7 @@ jobs:
54 runs-on: ubuntu-22.04 54 runs-on: ubuntu-22.04
55 steps: 55 steps:
56 - name: Harden Runner 56 - name: Harden Runner
57 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 57 uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
58 with: 58 with:
59 egress-policy: block 59 egress-policy: block
60 allowed-endpoints: > 60 allowed-endpoints: >
@@ -84,7 +84,7 @@ jobs:
84 runs-on: ubuntu-22.04 84 runs-on: ubuntu-22.04
85 steps: 85 steps:
86 - name: Harden Runner 86 - name: Harden Runner
87 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 87 uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
88 with: 88 with:
89 egress-policy: block 89 egress-policy: block
90 allowed-endpoints: > 90 allowed-endpoints: >
@@ -110,7 +110,7 @@ jobs:
110 runs-on: ubuntu-22.04 110 runs-on: ubuntu-22.04
111 steps: 111 steps:
112 - name: Harden Runner 112 - name: Harden Runner
113 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 113 uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
114 with: 114 with:
115 egress-policy: block 115 egress-policy: block
116 allowed-endpoints: > 116 allowed-endpoints: >
@@ -132,7 +132,7 @@ jobs:
132 runs-on: ubuntu-20.04 132 runs-on: ubuntu-20.04
133 steps: 133 steps:
134 - name: Harden Runner 134 - name: Harden Runner
135 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 135 uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
136 with: 136 with:
137 egress-policy: block 137 egress-policy: block
138 allowed-endpoints: > 138 allowed-endpoints: >
@@ -150,7 +150,7 @@ jobs:
150 runs-on: ubuntu-22.04 150 runs-on: ubuntu-22.04
151 steps: 151 steps:
152 - name: Harden Runner 152 - name: Harden Runner
153 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 153 uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
154 with: 154 with:
155 egress-policy: block 155 egress-policy: block
156 allowed-endpoints: > 156 allowed-endpoints: >
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index afa8d1305..32dbaf8cc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46 SHELL: /bin/bash 46 SHELL: /bin/bash
47 steps: 47 steps:
48 - name: Harden Runner 48 - name: Harden Runner
49 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 49 uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
50 with: 50 with:
51 egress-policy: block 51 egress-policy: block
52 allowed-endpoints: > 52 allowed-endpoints: >
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index b04bd6332..9b82ab240 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -75,7 +75,7 @@ jobs:
75 75
76 steps: 76 steps:
77 - name: Harden Runner 77 - name: Harden Runner
78 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 78 uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
79 with: 79 with:
80 disable-sudo: true 80 disable-sudo: true
81 egress-policy: block 81 egress-policy: block
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 8418a390b..0e7403508 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -24,7 +24,7 @@ jobs:
24 runs-on: ubuntu-latest 24 runs-on: ubuntu-latest
25 steps: 25 steps:
26 - name: Harden Runner 26 - name: Harden Runner
27 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 27 uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
28 with: 28 with:
29 disable-sudo: true 29 disable-sudo: true
30 egress-policy: block 30 egress-policy: block