aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-14 06:02:42 +0000
committerLibravatar GitHub <noreply@github.com>2022-11-14 06:02:42 +0000
commitbf913748a8190eb850a434f2b84c731b0cf72dde (patch)
tree6ad331bd1433781636ffe77237eb91f68925a4ea /.github/workflows/codeql-analysis.yml
parentAdd support for cinelerra-gg (#5467) (diff)
downloadfirejail-bf913748a8190eb850a434f2b84c731b0cf72dde.tar.gz
firejail-bf913748a8190eb850a434f2b84c731b0cf72dde.tar.zst
firejail-bf913748a8190eb850a434f2b84c731b0cf72dde.zip
build(deps): bump step-security/harden-runner from 1.5.0 to 2.0.0dependabot/github_actions/step-security/harden-runner-2.0.0
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 1.5.0 to 2.0.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/2e205a28d0e1da00c5f53b161f4067b052c61f34...ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-major ... 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 6c8a9bf99..2190c9a1d 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -56,7 +56,7 @@ jobs:
56 56
57 steps: 57 steps:
58 - name: Harden Runner 58 - name: Harden Runner
59 uses: step-security/harden-runner@2e205a28d0e1da00c5f53b161f4067b052c61f34 59 uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
60 with: 60 with:
61 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs 61 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
62 62