File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ jobs:
6565 run : echo "cache=$(make go.cachedir)" >> $GITHUB_OUTPUT
6666
6767 - name : Cache the Go Build Cache
68- uses : actions/cache@v4
68+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6969 with :
7070 path : ${{ steps.go.outputs.cache }}
7171 key : ${{ runner.os }}-build-lint-${{ hashFiles('**/go.sum') }}
7272 restore-keys : ${{ runner.os }}-build-lint-
7373
7474 - name : Cache Go Dependencies
75- uses : actions/cache@v4
75+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
7676 with :
7777 path : .work/pkg
7878 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
8484 # We could run 'make lint' but we prefer this action because it leaves
8585 # 'annotations' (i.e. it comments on PRs to point out linter violations).
8686 - name : Lint
87- uses : golangci/golangci-lint-action@v6
87+ uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
8888 with :
8989 version : ${{ env.GOLANGCI_VERSION }}
9090
You can’t perform that action at this time.
0 commit comments