aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.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/build.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/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9008408ae..7d2652b78 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44 runs-on: ubuntu-22.04 44 runs-on: ubuntu-22.04
45 steps: 45 steps:
46 - name: Harden Runner 46 - name: Harden Runner
47 uses: step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776 47 uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f
48 with: 48 with:
49 egress-policy: block 49 egress-policy: block
50 allowed-endpoints: > 50 allowed-endpoints: >