File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Set up Go 1.x
21
- uses : actions/setup-go@v3
21
+ uses : actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # tag=v3.3.0
22
22
with :
23
23
go-version : ' 1.19'
24
24
id : go
25
25
- name : Check out code into the Go module directory
26
- uses : actions/checkout@v3
27
-
26
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
27
+ - uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag= v3.0.11
28
28
name : Restore go cache
29
29
with :
30
30
path : |
37
37
run : make generate-modules
38
38
- name : Update generated code
39
39
run : make generate
40
- - uses : EndBug/add-and-commit@v9
40
+ - uses : EndBug/add-and-commit@d4d066316a2a85974a05efb42be78f897793c6d9 # tag=v9.1.0
41
41
name : Commit changes
42
42
with :
43
43
author_name : dependabot[bot]
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
- test
19
19
- hack/tools
20
20
steps :
21
- - uses : actions/checkout@v3
22
- - uses : actions/setup-go@v3
21
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
22
+ - uses : actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # tag=v3.3.0
23
23
with :
24
24
go-version : 1.19
25
25
- name : golangci-lint
26
-
26
+ uses : golangci/golangci-lint-action@07db5389c99593f11ad7b44463c2d4233066a9b1 # tag= v3.3.0
27
27
with :
28
28
version : v1.50.0
29
29
working-directory : ${{matrix.working-directory}}
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@v3
18
- - uses : gaurav-nelson/github-action-markdown-link-check@v1
17
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
18
+ - uses : gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag= v1
19
19
with :
20
20
use-quiet-mode : ' yes'
21
21
config-file : .markdownlinkcheck.json
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@v3
16
- - uses : gaurav-nelson/github-action-markdown-link-check@v1
15
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
16
+ - uses : gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag= v1
17
17
with :
18
18
use-quiet-mode : ' yes'
19
19
config-file : .markdownlinkcheck.json
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
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@v3
20
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
21
21
with :
22
22
fetch-depth : 0
23
23
- name : Install go
24
- uses : actions/setup-go@v3
24
+ uses : actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # tag=v3.3.0
25
25
with :
26
26
go-version : ' ^1.19'
27
27
- name : generate release artifacts
31
31
run : |
32
32
make release-notes
33
33
- name : Release
34
- uses : softprops/action-gh-release@v1
34
+ uses : softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # tag= v1
35
35
with :
36
36
draft : true
37
37
files : out/*
You can’t perform that action at this time.
0 commit comments