aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-profiles.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-profiles.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-profiles.yml')
-rw-r--r--.github/workflows/check-profiles.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-profiles.yml b/.github/workflows/check-profiles.yml
index 38a7bc487..f8d24f727 100644
--- a/.github/workflows/check-profiles.yml
+++ b/.github/workflows/check-profiles.yml
@@ -31,7 +31,7 @@ jobs:
31 runs-on: ubuntu-latest 31 runs-on: ubuntu-latest
32 steps: 32 steps:
33 - name: Harden Runner 33 - name: Harden Runner
34 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 34 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
35 with: 35 with:
36 disable-sudo: true 36 disable-sudo: true
37 egress-policy: block 37 egress-policy: block