aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.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/codeql-analysis.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/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index b04bd6332..9b82ab240 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -75,7 +75,7 @@ jobs:
75 75
76 steps: 76 steps:
77 - name: Harden Runner 77 - name: Harden Runner
78 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 78 uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
79 with: 79 with:
80 disable-sudo: true 80 disable-sudo: true
81 egress-policy: block 81 egress-policy: block