aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-09 06:29:31 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-10-09 08:07:54 +0000
commit202a07911554780c37ccdfe5a9a710083b9629e5 (patch)
treeea29888cf506050f94dc7e81a53dc13dae8f43f6 /.github
parenttshark: CLI hardening (#6040) (diff)
downloadfirejail-202a07911554780c37ccdfe5a9a710083b9629e5.tar.gz
firejail-202a07911554780c37ccdfe5a9a710083b9629e5.tar.zst
firejail-202a07911554780c37ccdfe5a9a710083b9629e5.zip
build(deps): bump step-security/harden-runner from 2.5.1 to 2.6.0
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/8ca2b8b2ece13480cda6dacd3511b49857a23c09...1b05615854632b887b69ae1be8cbefe72d3ae423) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-extra.yml2
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/check-c.yml8
-rw-r--r--.github/workflows/check-profiles.yml2
-rw-r--r--.github/workflows/check-python.yml2
-rw-r--r--.github/workflows/codespell.yml2
-rw-r--r--.github/workflows/test.yml10
7 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index 2d81f2e42..287dde744 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -43,7 +43,7 @@ jobs:
43 runs-on: ubuntu-22.04 43 runs-on: ubuntu-22.04
44 steps: 44 steps:
45 - name: Harden Runner 45 - name: Harden Runner
46 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 46 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
47 with: 47 with:
48 egress-policy: block 48 egress-policy: block
49 allowed-endpoints: > 49 allowed-endpoints: >
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0a4da2cc3..2fad83f82 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59 runs-on: ubuntu-22.04 59 runs-on: ubuntu-22.04
60 steps: 60 steps:
61 - name: Harden Runner 61 - name: Harden Runner
62 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 62 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
63 with: 63 with:
64 egress-policy: block 64 egress-policy: block
65 allowed-endpoints: > 65 allowed-endpoints: >
diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml
index 946fd24f8..5a418dfb3 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -45,7 +45,7 @@ jobs:
45 runs-on: ubuntu-22.04 45 runs-on: ubuntu-22.04
46 steps: 46 steps:
47 - name: Harden Runner 47 - name: Harden Runner
48 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 48 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
49 with: 49 with:
50 egress-policy: block 50 egress-policy: block
51 allowed-endpoints: > 51 allowed-endpoints: >
@@ -76,7 +76,7 @@ jobs:
76 runs-on: ubuntu-22.04 76 runs-on: ubuntu-22.04
77 steps: 77 steps:
78 - name: Harden Runner 78 - name: Harden Runner
79 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 79 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
80 with: 80 with:
81 egress-policy: block 81 egress-policy: block
82 allowed-endpoints: > 82 allowed-endpoints: >
@@ -103,7 +103,7 @@ jobs:
103 runs-on: ubuntu-20.04 103 runs-on: ubuntu-20.04
104 steps: 104 steps:
105 - name: Harden Runner 105 - name: Harden Runner
106 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 106 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
107 with: 107 with:
108 egress-policy: block 108 egress-policy: block
109 allowed-endpoints: > 109 allowed-endpoints: >
@@ -132,7 +132,7 @@ jobs:
132 132
133 steps: 133 steps:
134 - name: Harden Runner 134 - name: Harden Runner
135 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 135 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
136 with: 136 with:
137 disable-sudo: true 137 disable-sudo: true
138 egress-policy: block 138 egress-policy: block
diff --git a/.github/workflows/check-profiles.yml b/.github/workflows/check-profiles.yml
index 38a7bc487..f8d24f727 100644
--- a/.github/workflows/check-profiles.yml
+++ b/.github/workflows/check-profiles.yml
@@ -31,7 +31,7 @@ jobs:
31 runs-on: ubuntu-latest 31 runs-on: ubuntu-latest
32 steps: 32 steps:
33 - name: Harden Runner 33 - name: Harden Runner
34 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 34 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
35 with: 35 with:
36 disable-sudo: true 36 disable-sudo: true
37 egress-policy: block 37 egress-policy: block
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 62f5b1ce6..a5c670c14 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -30,7 +30,7 @@ jobs:
30 30
31 steps: 31 steps:
32 - name: Harden Runner 32 - name: Harden Runner
33 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 33 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
34 with: 34 with:
35 disable-sudo: true 35 disable-sudo: true
36 egress-policy: block 36 egress-policy: block
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index 9e4ed3e9e..8e41f5207 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -23,7 +23,7 @@ jobs:
23 runs-on: ubuntu-22.04 23 runs-on: ubuntu-22.04
24 steps: 24 steps:
25 - name: Harden Runner 25 - name: Harden Runner
26 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 26 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
27 with: 27 with:
28 egress-policy: block 28 egress-policy: block
29 allowed-endpoints: > 29 allowed-endpoints: >
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 842b8bcb5..f046960a3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53 SHELL: /bin/bash 53 SHELL: /bin/bash
54 steps: 54 steps:
55 - name: Harden Runner 55 - name: Harden Runner
56 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 56 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
57 with: 57 with:
58 egress-policy: block 58 egress-policy: block
59 allowed-endpoints: > 59 allowed-endpoints: >
@@ -100,7 +100,7 @@ jobs:
100 SHELL: /bin/bash 100 SHELL: /bin/bash
101 steps: 101 steps:
102 - name: Harden Runner 102 - name: Harden Runner
103 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 103 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
104 with: 104 with:
105 egress-policy: block 105 egress-policy: block
106 allowed-endpoints: > 106 allowed-endpoints: >
@@ -138,7 +138,7 @@ jobs:
138 SHELL: /bin/bash 138 SHELL: /bin/bash
139 steps: 139 steps:
140 - name: Harden Runner 140 - name: Harden Runner
141 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 141 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
142 with: 142 with:
143 egress-policy: block 143 egress-policy: block
144 allowed-endpoints: > 144 allowed-endpoints: >
@@ -176,7 +176,7 @@ jobs:
176 SHELL: /bin/bash 176 SHELL: /bin/bash
177 steps: 177 steps:
178 - name: Harden Runner 178 - name: Harden Runner
179 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 179 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
180 with: 180 with:
181 egress-policy: block 181 egress-policy: block
182 allowed-endpoints: > 182 allowed-endpoints: >
@@ -216,7 +216,7 @@ jobs:
216 SHELL: /bin/bash 216 SHELL: /bin/bash
217 steps: 217 steps:
218 - name: Harden Runner 218 - name: Harden Runner
219 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 219 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
220 with: 220 with:
221 egress-policy: block 221 egress-policy: block
222 allowed-endpoints: > 222 allowed-endpoints: >