Browse Source
Bump step-security/harden-runner from 2.5.0 to 2.5.1 (#3168)
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](cba0d00b1f...8ca2b8b2ece13480cda6dacd3511b49857a23c09)
---
updated-dependencies:
- dependency-name: step-security/harden-runner
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mandlil <138015259+mandlil@users.noreply.github.com>
pull/3152/head
dependabot[bot]
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
5 additions and
5 deletions
-
.github/workflows/codeql.yml
-
.github/workflows/dependency-review.yml
-
.github/workflows/scorecards.yml
-
.github/workflows/unit-test.yml
|
|
|
@ -41,7 +41,7 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Harden Runner |
|
|
|
uses: step-security/harden-runner@cba0d00b1fc9a034e1e642ea0f1103c282990604 # v2.5.0 |
|
|
|
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1 |
|
|
|
with: |
|
|
|
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs |
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Harden Runner |
|
|
|
uses: step-security/harden-runner@cba0d00b1fc9a034e1e642ea0f1103c282990604 # v2.5.0 |
|
|
|
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1 |
|
|
|
with: |
|
|
|
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs |
|
|
|
|
|
|
|
|
|
|
|
@ -31,7 +31,7 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Harden Runner |
|
|
|
uses: step-security/harden-runner@cba0d00b1fc9a034e1e642ea0f1103c282990604 # v2.5.0 |
|
|
|
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1 |
|
|
|
with: |
|
|
|
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs |
|
|
|
|
|
|
|
|
|
|
|
@ -10,7 +10,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Harden Runner |
|
|
|
uses: step-security/harden-runner@cba0d00b1fc9a034e1e642ea0f1103c282990604 # v2.5.0 |
|
|
|
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1 |
|
|
|
with: |
|
|
|
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs |
|
|
|
|
|
|
|
@ -39,7 +39,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Harden Runner |
|
|
|
uses: step-security/harden-runner@cba0d00b1fc9a034e1e642ea0f1103c282990604 # v2.5.0 |
|
|
|
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1 |
|
|
|
with: |
|
|
|
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs |
|
|
|
|
|
|
|
|