Skip to content

Commit 78b7737

Browse files
committed
Upgrade test actions and use SHA pinning
1 parent e27f231 commit 78b7737

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
with:
2525
access_token: ${{ github.token }}
2626

27-
- uses: actions/setup-go@v3
27+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b #v5.4.0
2828
with:
2929
go-version: ${{ matrix.go-version }}
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
3131

3232
- name: Cache go modules
33-
uses: actions/cache@v3
33+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
3434
with:
3535
path: |
3636
~/.cache/go-build
@@ -43,4 +43,4 @@ jobs:
4343

4444
- name: Upload coverage to Codecov
4545
if: ${{ matrix.update-coverage }}
46-
uses: codecov/codecov-action@v3
46+
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 #v3.1.6

0 commit comments

Comments
 (0)