aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-c.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-09 06:29:31 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-10-09 08:07:54 +0000
commit202a07911554780c37ccdfe5a9a710083b9629e5 (patch)
treeea29888cf506050f94dc7e81a53dc13dae8f43f6 /.github/workflows/check-c.yml
parenttshark: CLI hardening (#6040) (diff)
downloadfirejail-202a07911554780c37ccdfe5a9a710083b9629e5.tar.gz
firejail-202a07911554780c37ccdfe5a9a710083b9629e5.tar.zst
firejail-202a07911554780c37ccdfe5a9a710083b9629e5.zip
build(deps): bump step-security/harden-runner from 2.5.1 to 2.6.0
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/8ca2b8b2ece13480cda6dacd3511b49857a23c09...1b05615854632b887b69ae1be8cbefe72d3ae423) --- 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 946fd24f8..5a418dfb3 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -45,7 +45,7 @@ jobs:
45 runs-on: ubuntu-22.04 45 runs-on: ubuntu-22.04
46 steps: 46 steps:
47 - name: Harden Runner 47 - name: Harden Runner
48 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 48 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
49 with: 49 with:
50 egress-policy: block 50 egress-policy: block
51 allowed-endpoints: > 51 allowed-endpoints: >
@@ -76,7 +76,7 @@ jobs:
76 runs-on: ubuntu-22.04 76 runs-on: ubuntu-22.04
77 steps: 77 steps:
78 - name: Harden Runner 78 - name: Harden Runner
79 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 79 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
80 with: 80 with:
81 egress-policy: block 81 egress-policy: block
82 allowed-endpoints: > 82 allowed-endpoints: >
@@ -103,7 +103,7 @@ jobs:
103 runs-on: ubuntu-20.04 103 runs-on: ubuntu-20.04
104 steps: 104 steps:
105 - name: Harden Runner 105 - name: Harden Runner
106 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 106 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
107 with: 107 with:
108 egress-policy: block 108 egress-policy: block
109 allowed-endpoints: > 109 allowed-endpoints: >
@@ -132,7 +132,7 @@ jobs:
132 132
133 steps: 133 steps:
134 - name: Harden Runner 134 - name: Harden Runner
135 uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 135 uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
136 with: 136 with:
137 disable-sudo: true 137 disable-sudo: true
138 egress-policy: block 138 egress-policy: block