aboutsummaryrefslogtreecommitdiffstats
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
parentAdd support for cinelerra-gg (#5467) (diff)
downloadfirejail-dependabot/github_actions/step-security/harden-runner-2.0.0.tar.gz
firejail-dependabot/github_actions/step-security/harden-runner-2.0.0.tar.zst
firejail-dependabot/github_actions/step-security/harden-runner-2.0.0.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>
-rw-r--r--.github/workflows/build-extra.yml8
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/codeql-analysis.yml2
-rw-r--r--.github/workflows/profile-checks.yml2
4 files changed, 7 insertions, 7 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
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
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
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