aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-27 07:00:20 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-02-27 17:47:16 +0000
commit5124d30be50b16e4fab11fc974f686b0af52d767 (patch)
tree1de5df56a7146fb9b0803a0fd4b0c15c44954d90 /.github/workflows/profile-checks.yml
parentminor clarify userns comments (#5686) (diff)
downloadfirejail-5124d30be50b16e4fab11fc974f686b0af52d767.tar.gz
firejail-5124d30be50b16e4fab11fc974f686b0af52d767.tar.zst
firejail-5124d30be50b16e4fab11fc974f686b0af52d767.zip
build(deps): bump step-security/harden-runner from 2.1.0 to 2.2.0
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/18bf8ad2ca49c14cbb28b91346d626ccfb00c518...c8454efe5d0bdefd25384362fe217428ca277d57) --- 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/profile-checks.yml')
-rw-r--r--.github/workflows/profile-checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index ad4f86b53..97e5378fd 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -26,7 +26,7 @@ jobs:
26 runs-on: ubuntu-latest 26 runs-on: ubuntu-latest
27 steps: 27 steps:
28 - name: Harden Runner 28 - name: Harden Runner
29 uses: step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 29 uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
30 with: 30 with:
31 disable-sudo: true 31 disable-sudo: true
32 egress-policy: block 32 egress-policy: block