Skip to content

Commit

Permalink
chore(deps): update step-security/harden-runner requirement to 6dacdf…
Browse files Browse the repository at this point in the history
…c16caa5ebd987908a44ab5b425193385f6

Updates the requirements on [step-security/harden-runner](https://github.com/step-security/harden-runner) to permit the latest version.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](https://github.com/step-security/harden-runner/commits/6dacdfc16caa5ebd987908a44ab5b425193385f6)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bdhave committed May 3, 2023
1 parent f09caeb commit fc9ed97
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: 'Harden Runner'
uses: step-security/harden-runner@910b3276b25495e4cfd8669cf5d7ea16508b0241
uses: step-security/harden-runner@6dacdfc16caa5ebd987908a44ab5b425193385f6
with:
disable-sudo: true
egress-policy: block
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Harden Runner'
uses: step-security/harden-runner@910b3276b25495e4cfd8669cf5d7ea16508b0241
uses: step-security/harden-runner@6dacdfc16caa5ebd987908a44ab5b425193385f6
with:
disable-sudo: true
egress-policy: block
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Harden Runner'
uses: step-security/harden-runner@910b3276b25495e4cfd8669cf5d7ea16508b0241
uses: step-security/harden-runner@6dacdfc16caa5ebd987908a44ab5b425193385f6
with:
disable-sudo: true
egress-policy: block
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Harden Runner'
uses: step-security/harden-runner@910b3276b25495e4cfd8669cf5d7ea16508b0241
uses: step-security/harden-runner@6dacdfc16caa5ebd987908a44ab5b425193385f6
with:
disable-sudo: true
egress-policy: audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
GO111MODULE: on
steps:
- name: 'Harden Runner'
uses: step-security/harden-runner@910b3276b25495e4cfd8669cf5d7ea16508b0241
uses: step-security/harden-runner@6dacdfc16caa5ebd987908a44ab5b425193385f6
with:
disable-sudo: true
egress-policy: block
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f # v2.3.0
uses: step-security/harden-runner@6dacdfc16caa5ebd987908a44ab5b425193385f6 # v2.3.0
with:
disable-sudo: true
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Harden Runner'
uses: step-security/harden-runner@910b3276b25495e4cfd8669cf5d7ea16508b0241
uses: step-security/harden-runner@6dacdfc16caa5ebd987908a44ab5b425193385f6
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
allowed-endpoints: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: 'Harden Runner'
uses: step-security/harden-runner@910b3276b25495e4cfd8669cf5d7ea16508b0241
uses: step-security/harden-runner@6dacdfc16caa5ebd987908a44ab5b425193385f6
with:
disable-sudo: true
egress-policy: audit
Expand Down

0 comments on commit fc9ed97

Please sign in to comment.