aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-python.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-01 06:56:15 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-06-01 14:09:12 +0000
commit53ad8d7912b620e57eecb3252eb86fccba757725 (patch)
treec1977e3966d411f3b77bdd52007ff8df1dfb8658 /.github/workflows/check-python.yml
parentbuild(deps): bump github/codeql-action from 3.25.5 to 3.25.7 (diff)
downloadfirejail-53ad8d7912b620e57eecb3252eb86fccba757725.tar.gz
firejail-53ad8d7912b620e57eecb3252eb86fccba757725.tar.zst
firejail-53ad8d7912b620e57eecb3252eb86fccba757725.zip
build(deps): bump step-security/harden-runner from 2.7.1 to 2.8.0
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/a4aa98b93cab29d9b1101a6143fb8bce00e2eac4...f086349bfa2bd1361f7909c78558e816508cdc10) --- 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 f50ccc7a0..0bb67e05e 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -31,7 +31,7 @@ jobs:
31 31
32 steps: 32 steps:
33 - name: Harden Runner 33 - name: Harden Runner
34 uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 34 uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10
35 with: 35 with:
36 disable-sudo: true 36 disable-sudo: true
37 egress-policy: block 37 egress-policy: block