Skip to content

Commit e6ba455

Browse files
build(deps): bump step-security/harden-runner (#1)
Bumps the github-actions group with 1 update: [step-security/harden-runner](https://github.com/step-security/harden-runner). Updates `step-security/harden-runner` from 2.20.1 to 2.21.0 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@b09bb98...05e3151) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f837ad8 commit e6ba455

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: 'ubuntu-latest'
2020
steps:
2121
- name: 'Harden the runner (Audit all outbound calls)'
22-
uses: 'step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40' # v2.20.1
22+
uses: 'step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c' # v2.21.0
2323
with:
2424
egress-policy: 'audit'
2525

@@ -58,7 +58,7 @@ jobs:
5858
url: '${{ steps.deployment.outputs.page_url }}'
5959
steps:
6060
- name: 'Harden the runner (Audit all outbound calls)'
61-
uses: 'step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40' # v2.20.1
61+
uses: 'step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c' # v2.21.0
6262
with:
6363
egress-policy: 'audit'
6464

0 commit comments

Comments
 (0)