Skip to content

Commit cfd6657

Browse files
chore: pin github actions in .github/workflows/tests.yaml
1 parent c653f6e commit cfd6657

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Setup Go
24-
uses: actions/setup-go@v2
24+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2525
with:
2626
go-version: '1.13'
2727
- name: Install goimports
2828
run: go get golang.org/x/tools/cmd/goimports
2929
- name: Checkout code
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
- run: goimports -w .
3232
- run: go mod tidy
3333
- name: Verify no changes from goimports and go mod tidy. If you're reading this and the check has failed, run `goimports -w . && go mod tidy`.

0 commit comments

Comments
 (0)