File tree 8 files changed +21
-21
lines changed
8 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 11
11
env :
12
12
GITHUB_TEST_ORGANIZATION : ' kfcampbell-terraform-provider'
13
13
steps :
14
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
16
16
with :
17
17
go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
29
30
30
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
31
31
with :
@@ -34,14 +34,14 @@ jobs:
34
34
35
35
# Initializes the CodeQL tools for scanning.
36
36
- name : Initialize CodeQL
37
- uses : github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
37
+ uses : github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
41
41
- name : Autobuild
42
- uses : github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
42
+ uses : github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
43
43
44
44
- name : Perform CodeQL Analysis
45
- uses : github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
45
+ uses : github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
46
46
with :
47
47
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
20
with :
21
21
ref : ${{ github.event.pull_request.head.ref }}
22
22
fetch-depth : 2
34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
37
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38
38
with :
39
39
ref : ${{ github.event.pull_request.head.ref }}
40
40
fetch-depth : 2
67
67
runs-on : ubuntu-latest
68
68
steps :
69
69
- name : Checkout
70
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
70
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
71
71
with :
72
72
ref : ${{ github.event.pull_request.head.ref }}
73
73
fetch-depth : 2
Original file line number Diff line number Diff line change 17
17
jq -rc .label.name $GITHUB_EVENT_PATH | cut -d/ -f 2
18
18
)"
19
19
- name : Checkout
20
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
20
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21
21
with :
22
22
ref : ${{ github.event.pull_request.head.sha }}
23
23
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
49
49
jq -rc .label.name $GITHUB_EVENT_PATH | cut -d/ -f 2
50
50
)"
51
51
- name : Checkout
52
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
52
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
53
53
with :
54
54
ref : ${{ github.event.pull_request.head.sha }}
55
55
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
86
86
jq -rc .label.name $GITHUB_EVENT_PATH | cut -d/ -f 2
87
87
)"
88
88
- name : Checkout
89
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
89
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
90
90
with :
91
91
ref : ${{ github.event.pull_request.head.sha }}
92
92
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
with :
16
16
ref : ${{ github.event.pull_request.head.ref }}
17
17
fetch-depth : 2
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
27
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
28
with :
29
29
ref : ${{ github.event.pull_request.head.ref }}
30
30
fetch-depth : 2
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Checkout
47
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
47
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48
48
with :
49
49
ref : ${{ github.event.pull_request.head.ref }}
50
50
fetch-depth : 2
Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
31
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32
32
with :
33
33
ref : ${{ github.event.pull_request.head.ref }}
34
34
fetch-depth : 2
47
47
runs-on : ubuntu-latest
48
48
steps :
49
49
- name : Checkout
50
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
50
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
51
51
with :
52
52
ref : ${{ github.event.pull_request.head.ref }}
53
53
fetch-depth : 2
82
82
runs-on : ubuntu-latest
83
83
steps :
84
84
- name : Checkout
85
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
85
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
86
86
with :
87
87
ref : ${{ github.event.pull_request.head.ref }}
88
88
fetch-depth : 2
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
27
with :
28
28
ref : ${{ github.event.pull_request.head.ref }}
29
29
fetch-depth : 2
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Checkout
45
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
45
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
46
with :
47
47
ref : ${{ github.event.pull_request.head.ref }}
48
48
fetch-depth : 2
63
63
runs-on : ubuntu-latest
64
64
steps :
65
65
- name : Checkout
66
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
66
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
67
67
with :
68
68
ref : ${{ github.event.pull_request.head.ref }}
69
69
fetch-depth : 2
Original file line number Diff line number Diff line change 17
17
goreleaser :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
20
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21
21
with :
22
22
# Allow goreleaser to access older tag information.
23
23
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments