aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-26 06:57:36 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-26 09:36:21 +0000
commit8ccff4af042031dd0511fceaf42a2585b31c2d9b (patch)
treefce8cf50a3484f9a723c9290bee8e81228f39f49 /.github/workflows/profile-checks.yml
parentbuild(deps): bump github/codeql-action from 2.20.0 to 2.20.1 (diff)
downloadfirejail-8ccff4af042031dd0511fceaf42a2585b31c2d9b.tar.gz
firejail-8ccff4af042031dd0511fceaf42a2585b31c2d9b.tar.zst
firejail-8ccff4af042031dd0511fceaf42a2585b31c2d9b.zip
build(deps): bump step-security/harden-runner from 2.4.0 to 2.4.1
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/128a63446a954579617e875aaab7d2978154e969...55d479fb1c5bcad5a4f9099a5d9f37c8857b2845) --- 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/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 8418a390b..0e7403508 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@128a63446a954579617e875aaab7d2978154e969 27 uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
28 with: 28 with:
29 disable-sudo: true 29 disable-sudo: true
30 egress-policy: block 30 egress-policy: block