aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-08 06:58:14 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-05-08 14:06:12 +0000
commit9d9114ca59d850658c180ee7a64a702d25e362b9 (patch)
tree601e2f5a9c778da01dbd58972ec962a835a0ec85 /.github/workflows/codeql-analysis.yml
parentbuild(deps): bump github/codeql-action from 2.3.2 to 2.3.3 (diff)
downloadfirejail-9d9114ca59d850658c180ee7a64a702d25e362b9.tar.gz
firejail-9d9114ca59d850658c180ee7a64a702d25e362b9.tar.zst
firejail-9d9114ca59d850658c180ee7a64a702d25e362b9.zip
build(deps): bump step-security/harden-runner from 2.3.1 to 2.4.0
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/6b3083af2869dc3314a0257a42f4af696cc79ba3...128a63446a954579617e875aaab7d2978154e969) --- 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/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 cd12a9a5d..68f14d729 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@6b3083af2869dc3314a0257a42f4af696cc79ba3 78 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
79 with: 79 with:
80 disable-sudo: true 80 disable-sudo: true
81 egress-policy: block 81 egress-policy: block