File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
go-version : ' 1.21'
24
24
id : go
25
25
- name : Check out code into the Go module directory
26
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
26
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3
27
27
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # tag=v4.0.2
28
28
name : Restore go cache
29
29
with :
Original file line number Diff line number Diff line change 16
16
working-directory :
17
17
- " "
18
18
steps :
19
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
19
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3
20
20
- name : Calculate go version
21
21
id : vars
22
22
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 14
14
name : Broken Links
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
17
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3
18
18
- uses : gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
19
19
with :
20
20
use-quiet-mode : ' yes'
Original file line number Diff line number Diff line change 12
12
name : Broken Links
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
15
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3
16
16
- uses : gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
17
17
with :
18
18
use-quiet-mode : ' yes'
Original file line number Diff line number Diff line change 17
17
- name : Set env
18
18
run : echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
19
19
- name : checkout code
20
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
20
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3
21
21
with :
22
22
fetch-depth : 0
23
23
- name : Install go
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Check out code
16
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v3.1.0
16
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v3.1.0
17
17
- name : Setup go
18
18
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
19
19
with :
You can’t perform that action at this time.
0 commit comments