aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-python.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-20 06:30:49 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-11-20 18:34:15 +0000
commitf60f4b307204d1fbaa682f831831da0fea872887 (patch)
tree8a9d04767f28a8807ccad639a4abe64ab578f8b8 /.github/workflows/check-python.yml
parentbuild(deps): bump github/codeql-action from 2.22.5 to 2.22.7 (diff)
downloadfirejail-f60f4b307204d1fbaa682f831831da0fea872887.tar.gz
firejail-f60f4b307204d1fbaa682f831831da0fea872887.tar.zst
firejail-f60f4b307204d1fbaa682f831831da0fea872887.zip
build(deps): bump step-security/harden-runner from 2.6.0 to 2.6.1
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/1b05615854632b887b69ae1be8cbefe72d3ae423...eb238b55efaa70779f274895e782ed17c84f2895) --- 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/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 437d311dd..535b9234b 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@1b05615854632b887b69ae1be8cbefe72d3ae423 33 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895
34 with: 34 with:
35 disable-sudo: true 35 disable-sudo: true
36 egress-policy: block 36 egress-policy: block