File tree 9 files changed +22
-22
lines changed
9 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 12
12
GITHUB_TEST_ORGANIZATION : ' kfcampbell-terraform-provider'
13
13
steps :
14
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
15
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
16
16
with :
17
17
go-version-file : ' go.mod'
18
18
cache : true
Original file line number Diff line number Diff line change @@ -27,21 +27,21 @@ jobs:
27
27
- name : Checkout repository
28
28
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
30
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
31
31
with :
32
32
go-version-file : ' go.mod'
33
33
cache : true
34
34
35
35
# Initializes the CodeQL tools for scanning.
36
36
- name : Initialize CodeQL
37
- uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
37
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
41
41
- name : Autobuild
42
- uses : github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
42
+ uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
43
43
44
44
- name : Perform CodeQL Analysis
45
- uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
45
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
46
46
with :
47
47
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 20
20
with :
21
21
ref : ${{ github.event.pull_request.head.ref }}
22
22
fetch-depth : 2
23
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
23
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
24
24
with :
25
25
go-version-file : ' go.mod'
26
26
cache : true
38
38
with :
39
39
ref : ${{ github.event.pull_request.head.ref }}
40
40
fetch-depth : 2
41
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
41
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
42
42
with :
43
43
go-version-file : ' go.mod'
44
44
cache : true
71
71
with :
72
72
ref : ${{ github.event.pull_request.head.ref }}
73
73
fetch-depth : 2
74
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
74
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
75
75
with :
76
76
go-version-file : ' go.mod'
77
77
cache : true
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
with :
22
22
ref : ${{ github.event.pull_request.head.sha }}
23
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
23
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
24
24
with :
25
25
go-version-file : ' go.mod'
26
26
cache : true
52
52
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53
53
with :
54
54
ref : ${{ github.event.pull_request.head.sha }}
55
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
55
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
56
56
with :
57
57
go-version-file : ' go.mod'
58
58
cache : true
89
89
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
90
90
with :
91
91
ref : ${{ github.event.pull_request.head.sha }}
92
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
92
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
93
93
with :
94
94
go-version-file : ' go.mod'
95
95
cache : true
Original file line number Diff line number Diff line change 28
28
with :
29
29
ref : ${{ github.event.pull_request.head.ref }}
30
30
fetch-depth : 2
31
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
31
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
32
32
with :
33
33
go-version-file : ' go.mod'
34
34
cache : true
48
48
with :
49
49
ref : ${{ github.event.pull_request.head.ref }}
50
50
fetch-depth : 2
51
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
51
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
52
52
with :
53
53
go-version-file : ' go.mod'
54
54
cache : true
Original file line number Diff line number Diff line change 32
32
with :
33
33
ref : ${{ github.event.pull_request.head.ref }}
34
34
fetch-depth : 2
35
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
35
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
36
36
with :
37
37
go-version-file : ' go.mod'
38
38
cache : true
51
51
with :
52
52
ref : ${{ github.event.pull_request.head.ref }}
53
53
fetch-depth : 2
54
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
54
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
55
55
with :
56
56
go-version-file : ' go.mod'
57
57
cache : true
86
86
with :
87
87
ref : ${{ github.event.pull_request.head.ref }}
88
88
fetch-depth : 2
89
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
89
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
90
90
with :
91
91
go-version-file : ' go.mod'
92
92
cache : true
Original file line number Diff line number Diff line change 27
27
with :
28
28
ref : ${{ github.event.pull_request.head.ref }}
29
29
fetch-depth : 2
30
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
30
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
31
31
with :
32
32
go-version-file : ' go.mod'
33
33
cache : true
46
46
with :
47
47
ref : ${{ github.event.pull_request.head.ref }}
48
48
fetch-depth : 2
49
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
49
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
50
50
with :
51
51
go-version-file : ' go.mod'
52
52
cache : true
67
67
with :
68
68
ref : ${{ github.event.pull_request.head.ref }}
69
69
fetch-depth : 2
70
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
70
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
71
71
with :
72
72
go-version-file : ' go.mod'
73
73
cache : true
Original file line number Diff line number Diff line change 22
22
# Allow goreleaser to access older tag information.
23
23
fetch-depth : 0
24
24
25
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
25
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
26
26
with :
27
27
go-version-file : ' go.mod'
28
28
cache : true
35
35
passphrase : ${{ secrets.PASSPHRASE }}
36
36
37
37
- name : Run GoReleaser
38
- uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
38
+ uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
39
39
with :
40
40
args : release --clean
41
41
version : latest
Original file line number Diff line number Diff line change 8
8
stale :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0 .0
11
+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1 .0
12
12
with :
13
13
stale-issue-message : >
14
14
👋 Hey Friends, this issue has been automatically marked as `stale` because it has no recent activity.
You can’t perform that action at this time.
0 commit comments