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