aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-c.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-06 06:12:11 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2024-05-07 17:35:49 +0000
commita6b758e8ca6551b782dd61e12ba51601553ae006 (patch)
treed039bbbc91eae96d322c3506646f5d29d2a3c08a /.github/workflows/check-c.yml
parentNew profile: d-spy (#6328) (diff)
downloadfirejail-a6b758e8ca6551b782dd61e12ba51601553ae006.tar.gz
firejail-a6b758e8ca6551b782dd61e12ba51601553ae006.tar.zst
firejail-a6b758e8ca6551b782dd61e12ba51601553ae006.zip
build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/63c24ba6bd7ba022e95695ff85de572c04a18142...a4aa98b93cab29d9b1101a6143fb8bce00e2eac4) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/check-c.yml')
-rw-r--r--.github/workflows/check-c.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml
index 9835419b5..03955b3f9 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@63c24ba6bd7ba022e95695ff85de572c04a18142 49 uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4
50 with: 50 with:
51 egress-policy: block 51 egress-policy: block
52 allowed-endpoints: > 52 allowed-endpoints: >
@@ -79,7 +79,7 @@ jobs:
79 timeout-minutes: 10 79 timeout-minutes: 10
80 steps: 80 steps:
81 - name: Harden Runner 81 - name: Harden Runner
82 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 82 uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4
83 with: 83 with:
84 egress-policy: block 84 egress-policy: block
85 allowed-endpoints: > 85 allowed-endpoints: >
@@ -109,7 +109,7 @@ jobs:
109 timeout-minutes: 10 109 timeout-minutes: 10
110 steps: 110 steps:
111 - name: Harden Runner 111 - name: Harden Runner
112 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 112 uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4
113 with: 113 with:
114 egress-policy: block 114 egress-policy: block
115 allowed-endpoints: > 115 allowed-endpoints: >
@@ -143,7 +143,7 @@ jobs:
143 143
144 steps: 144 steps:
145 - name: Harden Runner 145 - name: Harden Runner
146 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 146 uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4
147 with: 147 with:
148 disable-sudo: true 148 disable-sudo: true
149 egress-policy: block 149 egress-policy: block