aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-c.yml
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/workflows/check-c.yml
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/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 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