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