aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-python.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-01 06:56:10 +0000
committerLibravatar GitHub <noreply@github.com>2024-07-01 06:56:10 +0000
commit4b20806d3dc3d23d48742cf60437150e559bdee9 (patch)
treee9295ab7d9cd23c1c49df11bbf8159c819ce0cf0 /.github/workflows/check-python.yml
parentprofiles: fractal: add ~/.local/share/fractal (#6392) (diff)
downloadfirejail-dependabot/github_actions/step-security/harden-runner-2.8.1.tar.gz
firejail-dependabot/github_actions/step-security/harden-runner-2.8.1.tar.zst
firejail-dependabot/github_actions/step-security/harden-runner-2.8.1.zip
build(deps): bump step-security/harden-runner from 2.8.0 to 2.8.1dependabot/github_actions/step-security/harden-runner-2.8.1
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/f086349bfa2bd1361f7909c78558e816508cdc10...17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6) --- 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 0bb67e05e..afaedc269 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@f086349bfa2bd1361f7909c78558e816508cdc10 34 uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6
35 with: 35 with:
36 disable-sudo: true 36 disable-sudo: true
37 egress-policy: block 37 egress-policy: block