aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-10 06:57:45 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-04-10 07:34:54 +0000
commit7b7ec30de7bb4f997218c4d3c881b5b8deea9625 (patch)
tree87bf9d2ee2bf2cf8e15e056af9a0a53cd3c274aa /.github/workflows/profile-checks.yml
parentfix for old compilers (diff)
downloadfirejail-7b7ec30de7bb4f997218c4d3c881b5b8deea9625.tar.gz
firejail-7b7ec30de7bb4f997218c4d3c881b5b8deea9625.tar.zst
firejail-7b7ec30de7bb4f997218c4d3c881b5b8deea9625.zip
build(deps): bump step-security/harden-runner from 2.2.1 to 2.3.0
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/1f99358870fe1c846a3ccba386cc2b2246836776...03bee3930647ebbf994244c21ddbc0d4933aab4f) --- 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 8212c646e..54188c787 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@1f99358870fe1c846a3ccba386cc2b2246836776 29 uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f
30 with: 30 with:
31 disable-sudo: true 31 disable-sudo: true
32 egress-policy: block 32 egress-policy: block