aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.yml
diff options
context:
space:
mode:
authorLibravatar Varun Sharma <varunsh@stepsecurity.io>2023-08-11 22:52:59 -0700
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-12 03:56:47 -0300
commit8d923fc586097ea6c45fbbb80df1e70eb546848d (patch)
treecb71bd600ad180ad563176e34194cc60dae219cd /.github/workflows/profile-checks.yml
parentbuild: fix codespell errors (diff)
downloadfirejail-8d923fc586097ea6c45fbbb80df1e70eb546848d.tar.gz
firejail-8d923fc586097ea6c45fbbb80df1e70eb546848d.tar.zst
firejail-8d923fc586097ea6c45fbbb80df1e70eb546848d.zip
build(deps): bump step-security/harden-runner from 2.5.0 to 2.5.1
Signed-off-by: Varun Sharma <varunsh@stepsecurity.io>
Diffstat (limited to '.github/workflows/profile-checks.yml')
-rw-r--r--.github/workflows/profile-checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 8d4e5ba28..c44012768 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -24,7 +24,7 @@ jobs:
24 runs-on: ubuntu-latest 24 runs-on: ubuntu-latest
25 steps: 25 steps:
26 - name: Harden Runner 26 - name: Harden Runner
27 uses: step-security/harden-runner@cba0d00b1fc9a034e1e642ea0f1103c282990604 27 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09
28 with: 28 with:
29 disable-sudo: true 29 disable-sudo: true
30 egress-policy: block 30 egress-policy: block