File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
18
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # 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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
25
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # 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 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout code
14
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
15
15
with :
16
16
fetch-depth : 0
17
17
- uses : ./.github/actions/setup-go
Original file line number Diff line number Diff line change 39
39
done
40
40
41
41
- name : Generate Token
42
- uses : actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1
42
+ uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1
43
43
id : generate-token
44
44
with :
45
45
app-id : ${{ secrets.SCS_APP_ID }}
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
goreleaser :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
17
17
with :
18
18
fetch-depth : 0
19
19
- run : git fetch --force --tags
20
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
20
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
21
21
with :
22
22
go-version : stable
23
23
24
- - uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5
24
+ - uses : goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5
25
25
with :
26
26
distribution : goreleaser
27
27
version : latest
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15
15
16
16
- name : Generate Token
17
- uses : actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1
17
+ uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1
18
18
id : generate-token
19
19
with :
20
20
app-id : ${{ secrets.SCS_APP_ID }}
21
21
private-key : ${{ secrets.SCS_APP_PRIVATE_KEY }}
22
22
23
23
- name : Link Checker
24
- uses : lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a # v1.9.3
24
+ uses : lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0
25
25
id : lychee
26
26
env :
27
27
GITHUB_TOKEN : " ${{ steps.generate-token.outputs.token }}"
Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
34
34
35
35
- name : Generate Token
36
- uses : actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1
36
+ uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1
37
37
id : generate-token
38
38
with :
39
39
app-id : ${{ secrets.SCS_APP_ID }}
You can’t perform that action at this time.
0 commit comments