Skip to content

Commit f4069bc

Browse files
authored
Merge pull request #35 from tomtwinkle/enhancement/hash-specification-of-external-github-actions
Hash specification of external GitHub Actions
2 parents 010e2bd + 5ceb8d2 commit f4069bc

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
@@ -22,13 +22,13 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
with:
2727
token: ${{secrets.GITHUB_TOKEN}}
2828
fetch-depth: 0
2929

3030
- name: Set up Go
31-
uses: actions/setup-go@v5
31+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3232
with:
3333
go-version: ${{ matrix.go-version }}
3434

0 commit comments

Comments
 (0)