Skip to content

Commit a009068

Browse files
committed
fix: vulnerability fix use commit hash instead of version
1 parent 8feb676 commit a009068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/two-step-pr-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
1818

1919
- name: Two stage PR review
2020
uses: hashicorp/[email protected]

0 commit comments

Comments
 (0)