We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c653f6e commit cfd6657Copy full SHA for cfd6657
1 file changed
.github/workflows/tests.yaml
@@ -21,13 +21,13 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: Setup Go
24
- uses: actions/setup-go@v2
+ uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
25
with:
26
go-version: '1.13'
27
- name: Install goimports
28
run: go get golang.org/x/tools/cmd/goimports
29
- name: Checkout code
30
- uses: actions/checkout@v2
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31
- run: goimports -w .
32
- run: go mod tidy
33
- 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