aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.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/build.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/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e383c9ef2..6612e256d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32 runs-on: ubuntu-22.04 32 runs-on: ubuntu-22.04
33 steps: 33 steps:
34 - name: Harden Runner 34 - name: Harden Runner
35 uses: step-security/harden-runner@2e205a28d0e1da00c5f53b161f4067b052c61f34 35 uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
36 with: 36 with:
37 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs 37 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
38 38