aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-10 06:57:45 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-04-10 07:34:54 +0000
commit7b7ec30de7bb4f997218c4d3c881b5b8deea9625 (patch)
tree87bf9d2ee2bf2cf8e15e056af9a0a53cd3c274aa
parentfix for old compilers (diff)
downloadfirejail-7b7ec30de7bb4f997218c4d3c881b5b8deea9625.tar.gz
firejail-7b7ec30de7bb4f997218c4d3c881b5b8deea9625.tar.zst
firejail-7b7ec30de7bb4f997218c4d3c881b5b8deea9625.zip
build(deps): bump step-security/harden-runner from 2.2.1 to 2.3.0
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/1f99358870fe1c846a3ccba386cc2b2246836776...03bee3930647ebbf994244c21ddbc0d4933aab4f) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/build-extra.yml10
-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, 8 insertions, 8 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index d31aec004..8ee48310f 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -54,7 +54,7 @@ jobs:
54 runs-on: ubuntu-22.04 54 runs-on: ubuntu-22.04
55 steps: 55 steps:
56 - name: Harden Runner 56 - name: Harden Runner
57 uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776 57 uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f
58 with: 58 with:
59 egress-policy: block 59 egress-policy: block
60 allowed-endpoints: > 60 allowed-endpoints: >
@@ -77,7 +77,7 @@ jobs:
77 runs-on: ubuntu-22.04 77 runs-on: ubuntu-22.04
78 steps: 78 steps:
79 - name: Harden Runner 79 - name: Harden Runner
80 uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776 80 uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f
81 with: 81 with:
82 egress-policy: block 82 egress-policy: block
83 allowed-endpoints: > 83 allowed-endpoints: >
@@ -96,7 +96,7 @@ jobs:
96 runs-on: ubuntu-22.04 96 runs-on: ubuntu-22.04
97 steps: 97 steps:
98 - name: Harden Runner 98 - name: Harden Runner
99 uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776 99 uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f
100 with: 100 with:
101 egress-policy: block 101 egress-policy: block
102 allowed-endpoints: > 102 allowed-endpoints: >
@@ -115,7 +115,7 @@ jobs:
115 runs-on: ubuntu-20.04 115 runs-on: ubuntu-20.04
116 steps: 116 steps:
117 - name: Harden Runner 117 - name: Harden Runner
118 uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776 118 uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f
119 with: 119 with:
120 egress-policy: block 120 egress-policy: block
121 allowed-endpoints: > 121 allowed-endpoints: >
@@ -132,7 +132,7 @@ jobs:
132 runs-on: ubuntu-22.04 132 runs-on: ubuntu-22.04
133 steps: 133 steps:
134 - name: Harden Runner 134 - name: Harden Runner
135 uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776 135 uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f
136 with: 136 with:
137 egress-policy: block 137 egress-policy: block
138 allowed-endpoints: > 138 allowed-endpoints: >
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9008408ae..7d2652b78 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44 runs-on: ubuntu-22.04 44 runs-on: ubuntu-22.04
45 steps: 45 steps:
46 - name: Harden Runner 46 - name: Harden Runner
47 uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776 47 uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f
48 with: 48 with:
49 egress-policy: block 49 egress-policy: block
50 allowed-endpoints: > 50 allowed-endpoints: >
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index cdbf1f2bf..3a112fdc2 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -74,7 +74,7 @@ jobs:
74 74
75 steps: 75 steps:
76 - name: Harden Runner 76 - name: Harden Runner
77 uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776 77 uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f
78 with: 78 with:
79 disable-sudo: true 79 disable-sudo: true
80 egress-policy: block 80 egress-policy: block
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 8212c646e..54188c787 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -26,7 +26,7 @@ jobs:
26 runs-on: ubuntu-latest 26 runs-on: ubuntu-latest
27 steps: 27 steps:
28 - name: Harden Runner 28 - name: Harden Runner
29 uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776 29 uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f
30 with: 30 with:
31 disable-sudo: true 31 disable-sudo: true
32 egress-policy: block 32 egress-policy: block