File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 44 using : " composite"
55 steps :
66 - name : Install go
7- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
7+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
88 with :
99 go-version-file : " go.mod"
1010 cache : true
@@ -15,14 +15,14 @@ runs:
1515 echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
1616 echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
1717 - name : Go Mod Cache
18- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
18+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
1919 with :
2020 path : ${{ steps.go-cache-paths.outputs.go-mod }}
2121 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
2222 restore-keys : |
2323 ${{ runner.os }}-go-mod-
2424 - name : Go Build Cache
25- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
25+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
2626 with :
2727 path : ${{ steps.go-cache-paths.outputs.go-build }}
2828 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
1919 - name : Set up Docker Buildx
20- uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
20+ uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3
2121
2222 - name : Login to Docker Hub
2323 uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
2727 password : ${{ secrets.GITHUB_TOKEN }}
2828
2929 - name : Build and push
30- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
30+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
3131 with :
3232 file : ./images/builder/Dockerfile
3333 context : ./images/builder
Original file line number Diff line number Diff line change 2626 - name : Verify Shellcheck
2727 run : make verify-shellcheck
2828
29- - uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
29+ - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
3030 with :
3131 node-version : " 18"
3232 - name : Install renovate
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 with :
1818 fetch-depth : 0
1919 - run : git fetch --force --tags
20- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
20+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2121 with :
2222 go-version : stable
2323
24- - uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6
24+ - uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6
2525 with :
2626 distribution : goreleaser
2727 version : latest
Original file line number Diff line number Diff line change 2121 private_key : ${{ secrets.SCS_APP_PRIVATE_KEY }}
2222
2323 - name : Link Checker
24- uses : lycheeverse/lychee-action@f81112d0d2814ded911bd23e3beaa9dda9093915 # v2.1 .0
24+ uses : lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6 # v2.3 .0
2525 id : lychee
2626 env :
2727 GITHUB_TOKEN : " ${{ steps.generate-token.outputs.token }}"
You can’t perform that action at this time.
0 commit comments