aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-08 06:58:14 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-05-08 14:06:12 +0000
commit9d9114ca59d850658c180ee7a64a702d25e362b9 (patch)
tree601e2f5a9c778da01dbd58972ec962a835a0ec85 /.github
parentbuild(deps): bump github/codeql-action from 2.3.2 to 2.3.3 (diff)
downloadfirejail-9d9114ca59d850658c180ee7a64a702d25e362b9.tar.gz
firejail-9d9114ca59d850658c180ee7a64a702d25e362b9.tar.zst
firejail-9d9114ca59d850658c180ee7a64a702d25e362b9.zip
build(deps): bump step-security/harden-runner from 2.3.1 to 2.4.0
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/6b3083af2869dc3314a0257a42f4af696cc79ba3...128a63446a954579617e875aaab7d2978154e969) --- 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>
Diffstat (limited to '.github')
-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 e7f4109f0..c812e4572 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@6b3083af2869dc3314a0257a42f4af696cc79ba3 57 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
58 with: 58 with:
59 egress-policy: block 59 egress-policy: block
60 allowed-endpoints: > 60 allowed-endpoints: >
@@ -81,7 +81,7 @@ jobs:
81 runs-on: ubuntu-22.04 81 runs-on: ubuntu-22.04
82 steps: 82 steps:
83 - name: Harden Runner 83 - name: Harden Runner
84 uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 84 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
85 with: 85 with:
86 egress-policy: block 86 egress-policy: block
87 allowed-endpoints: > 87 allowed-endpoints: >
@@ -104,7 +104,7 @@ jobs:
104 runs-on: ubuntu-22.04 104 runs-on: ubuntu-22.04
105 steps: 105 steps:
106 - name: Harden Runner 106 - name: Harden Runner
107 uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 107 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
108 with: 108 with:
109 egress-policy: block 109 egress-policy: block
110 allowed-endpoints: > 110 allowed-endpoints: >
@@ -126,7 +126,7 @@ jobs:
126 runs-on: ubuntu-20.04 126 runs-on: ubuntu-20.04
127 steps: 127 steps:
128 - name: Harden Runner 128 - name: Harden Runner
129 uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 129 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
130 with: 130 with:
131 egress-policy: block 131 egress-policy: block
132 allowed-endpoints: > 132 allowed-endpoints: >
@@ -144,7 +144,7 @@ jobs:
144 runs-on: ubuntu-22.04 144 runs-on: ubuntu-22.04
145 steps: 145 steps:
146 - name: Harden Runner 146 - name: Harden Runner
147 uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 147 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
148 with: 148 with:
149 egress-policy: block 149 egress-policy: block
150 allowed-endpoints: > 150 allowed-endpoints: >
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index aea5c2633..e896ba8e0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46 SHELL: /bin/bash 46 SHELL: /bin/bash
47 steps: 47 steps:
48 - name: Harden Runner 48 - name: Harden Runner
49 uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 49 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
50 with: 50 with:
51 egress-policy: block 51 egress-policy: block
52 allowed-endpoints: > 52 allowed-endpoints: >
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index cd12a9a5d..68f14d729 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -75,7 +75,7 @@ jobs:
75 75
76 steps: 76 steps:
77 - name: Harden Runner 77 - name: Harden Runner
78 uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 78 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
79 with: 79 with:
80 disable-sudo: true 80 disable-sudo: true
81 egress-policy: block 81 egress-policy: block
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 72e3e6f41..8500481cd 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@6b3083af2869dc3314a0257a42f4af696cc79ba3 27 uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
28 with: 28 with:
29 disable-sudo: true 29 disable-sudo: true
30 egress-policy: block 30 egress-policy: block