Skip to content

Commit 0a29c65

Browse files
build(deps): update step-security/harden-runner action to v2.19.0 (#89)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7726b83 commit 0a29c65

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mega-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
MEGALINTER_CONFIG: ${{ inputs.megalinter-config }} # Use the input value
5050
steps:
5151
- name: Harden GitHub runner
52-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
52+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
5353
with:
5454
egress-policy: ${{ inputs.egress-policy }}
5555

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Harden GitHub runner
57-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
57+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
5858
with:
5959
egress-policy: ${{ inputs.egress-policy }}
6060

.github/workflows/version-bump-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
contents: write
6060
steps:
6161
- name: Harden GitHub runner
62-
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
62+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
6363
with:
6464
egress-policy: ${{ inputs.egress-policy }}
6565

0 commit comments

Comments
 (0)