aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.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/profile-checks.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/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 f5de62412..d36d050ab 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@2e205a28d0e1da00c5f53b161f4067b052c61f34 27 uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
28 with: 28 with:
29 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs 29 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
30 30