aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yml
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/workflows/test.yml
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/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml10
1 files changed, 5 insertions, 5 deletions
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: >