aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.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-extra.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-extra.yml')
-rw-r--r--.github/workflows/build-extra.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index a319e1ac6..c0e0062cd 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -40,7 +40,7 @@ jobs:
40 runs-on: ubuntu-22.04 40 runs-on: ubuntu-22.04
41 steps: 41 steps:
42 - name: Harden Runner 42 - name: Harden Runner
43 uses: step-security/harden-runner@2e205a28d0e1da00c5f53b161f4067b052c61f34 43 uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
44 with: 44 with:
45 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs 45 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
46 46
@@ -59,7 +59,7 @@ jobs:
59 runs-on: ubuntu-22.04 59 runs-on: ubuntu-22.04
60 steps: 60 steps:
61 - name: Harden Runner 61 - name: Harden Runner
62 uses: step-security/harden-runner@2e205a28d0e1da00c5f53b161f4067b052c61f34 62 uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
63 with: 63 with:
64 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs 64 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
65 65
@@ -74,7 +74,7 @@ jobs:
74 runs-on: ubuntu-22.04 74 runs-on: ubuntu-22.04
75 steps: 75 steps:
76 - name: Harden Runner 76 - name: Harden Runner
77 uses: step-security/harden-runner@2e205a28d0e1da00c5f53b161f4067b052c61f34 77 uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
78 with: 78 with:
79 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs 79 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
80 80
@@ -89,7 +89,7 @@ jobs:
89 runs-on: ubuntu-20.04 89 runs-on: ubuntu-20.04
90 steps: 90 steps:
91 - name: Harden Runner 91 - name: Harden Runner
92 uses: step-security/harden-runner@2e205a28d0e1da00c5f53b161f4067b052c61f34 92 uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
93 with: 93 with:
94 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs 94 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
95 95