aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-05 06:56:31 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-05 07:41:53 +0000
commitfa81522b5c3abc787e3ac53ec599117288a9e723 (patch)
tree623a4ef7af29ffae3b35fc1678cd9607afded5f9 /.github
parentMerge pull request #6186 from kmk3/build-improve-clean (diff)
downloadfirejail-fa81522b5c3abc787e3ac53ec599117288a9e723.tar.gz
firejail-fa81522b5c3abc787e3ac53ec599117288a9e723.tar.zst
firejail-fa81522b5c3abc787e3ac53ec599117288a9e723.zip
build(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/eb238b55efaa70779f274895e782ed17c84f2895...63c24ba6bd7ba022e95695ff85de572c04a18142) --- 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.yml2
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/check-c.yml8
-rw-r--r--.github/workflows/check-profiles.yml2
-rw-r--r--.github/workflows/check-python.yml2
-rw-r--r--.github/workflows/codespell.yml2
-rw-r--r--.github/workflows/test.yml10
7 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index 3e0cec9c5..918c879ad 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -44,7 +44,7 @@ jobs:
44 timeout-minutes: 10 44 timeout-minutes: 10
45 steps: 45 steps:
46 - name: Harden Runner 46 - name: Harden Runner
47 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 47 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
48 with: 48 with:
49 egress-policy: block 49 egress-policy: block
50 allowed-endpoints: > 50 allowed-endpoints: >
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b63eee824..df706c898 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60 timeout-minutes: 10 60 timeout-minutes: 10
61 steps: 61 steps:
62 - name: Harden Runner 62 - name: Harden Runner
63 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 63 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
64 with: 64 with:
65 egress-policy: block 65 egress-policy: block
66 allowed-endpoints: > 66 allowed-endpoints: >
diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml
index ef952d132..3e45c6fac 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -46,7 +46,7 @@ jobs:
46 timeout-minutes: 10 46 timeout-minutes: 10
47 steps: 47 steps:
48 - name: Harden Runner 48 - name: Harden Runner
49 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 49 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
50 with: 50 with:
51 egress-policy: block 51 egress-policy: block
52 allowed-endpoints: > 52 allowed-endpoints: >
@@ -78,7 +78,7 @@ jobs:
78 timeout-minutes: 10 78 timeout-minutes: 10
79 steps: 79 steps:
80 - name: Harden Runner 80 - name: Harden Runner
81 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 81 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
82 with: 82 with:
83 egress-policy: block 83 egress-policy: block
84 allowed-endpoints: > 84 allowed-endpoints: >
@@ -106,7 +106,7 @@ jobs:
106 timeout-minutes: 10 106 timeout-minutes: 10
107 steps: 107 steps:
108 - name: Harden Runner 108 - name: Harden Runner
109 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 109 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
110 with: 110 with:
111 egress-policy: block 111 egress-policy: block
112 allowed-endpoints: > 112 allowed-endpoints: >
@@ -136,7 +136,7 @@ jobs:
136 136
137 steps: 137 steps:
138 - name: Harden Runner 138 - name: Harden Runner
139 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 139 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
140 with: 140 with:
141 disable-sudo: true 141 disable-sudo: true
142 egress-policy: block 142 egress-policy: block
diff --git a/.github/workflows/check-profiles.yml b/.github/workflows/check-profiles.yml
index 2ae600301..b116c9773 100644
--- a/.github/workflows/check-profiles.yml
+++ b/.github/workflows/check-profiles.yml
@@ -33,7 +33,7 @@ jobs:
33 33
34 steps: 34 steps:
35 - name: Harden Runner 35 - name: Harden Runner
36 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 36 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
37 with: 37 with:
38 disable-sudo: true 38 disable-sudo: true
39 egress-policy: block 39 egress-policy: block
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index bd3371c9e..ac7e15383 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -31,7 +31,7 @@ jobs:
31 31
32 steps: 32 steps:
33 - name: Harden Runner 33 - name: Harden Runner
34 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 34 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
35 with: 35 with:
36 disable-sudo: true 36 disable-sudo: true
37 egress-policy: block 37 egress-policy: block
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index c6350838a..32287ee09 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -24,7 +24,7 @@ jobs:
24 timeout-minutes: 5 24 timeout-minutes: 5
25 steps: 25 steps:
26 - name: Harden Runner 26 - name: Harden Runner
27 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 27 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
28 with: 28 with:
29 egress-policy: block 29 egress-policy: block
30 allowed-endpoints: > 30 allowed-endpoints: >
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f7ba1ae4f..c76401022 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54 SHELL: /bin/bash 54 SHELL: /bin/bash
55 steps: 55 steps:
56 - name: Harden Runner 56 - name: Harden Runner
57 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 57 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
58 with: 58 with:
59 egress-policy: block 59 egress-policy: block
60 allowed-endpoints: > 60 allowed-endpoints: >
@@ -102,7 +102,7 @@ jobs:
102 SHELL: /bin/bash 102 SHELL: /bin/bash
103 steps: 103 steps:
104 - name: Harden Runner 104 - name: Harden Runner
105 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 105 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
106 with: 106 with:
107 egress-policy: block 107 egress-policy: block
108 allowed-endpoints: > 108 allowed-endpoints: >
@@ -141,7 +141,7 @@ jobs:
141 SHELL: /bin/bash 141 SHELL: /bin/bash
142 steps: 142 steps:
143 - name: Harden Runner 143 - name: Harden Runner
144 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 144 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
145 with: 145 with:
146 egress-policy: block 146 egress-policy: block
147 allowed-endpoints: > 147 allowed-endpoints: >
@@ -180,7 +180,7 @@ jobs:
180 SHELL: /bin/bash 180 SHELL: /bin/bash
181 steps: 181 steps:
182 - name: Harden Runner 182 - name: Harden Runner
183 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 183 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
184 with: 184 with:
185 egress-policy: block 185 egress-policy: block
186 allowed-endpoints: > 186 allowed-endpoints: >
@@ -221,7 +221,7 @@ jobs:
221 SHELL: /bin/bash 221 SHELL: /bin/bash
222 steps: 222 steps:
223 - name: Harden Runner 223 - name: Harden Runner
224 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 224 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
225 with: 225 with:
226 egress-policy: block 226 egress-policy: block
227 allowed-endpoints: > 227 allowed-endpoints: >