Skip to content

Commit abe31cb

Browse files
Merge pull request #127 from step-security/stepsecurity_remediation_1742836605
[StepSecurity] Apply security best practices
2 parents 3da7b27 + b84f78c commit abe31cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Harden Runner
11-
uses: step-security/harden-runner@v2
11+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
1212
with:
1313
egress-policy: audit
1414

15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- uses: ./
1717
- name: "Show folks how to run YQ"
1818
run: |

0 commit comments

Comments
 (0)