File tree Expand file tree Collapse file tree 8 files changed +20
-20
lines changed Expand file tree Collapse file tree 8 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1212 GITHUB_TEST_ORGANIZATION : ' kfcampbell-terraform-provider'
1313 steps :
1414 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
15+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
1616 with :
1717 go-version-file : ' go.mod'
1818 cache : true
Original file line number Diff line number Diff line change @@ -27,21 +27,21 @@ jobs:
2727 - name : Checkout repository
2828 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
30- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
30+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
3131 with :
3232 go-version-file : ' go.mod'
3333 cache : true
3434
3535 # Initializes the CodeQL tools for scanning.
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
37+ uses : github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
3838 with :
3939 languages : ${{ matrix.language }}
4040
4141 - name : Autobuild
42- uses : github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
42+ uses : github/codeql-action/autobuild@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
4343
4444 - name : Perform CodeQL Analysis
45- uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
45+ uses : github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
4646 with :
4747 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2020 with :
2121 ref : ${{ github.event.pull_request.head.ref }}
2222 fetch-depth : 2
23- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
23+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
2424 with :
2525 go-version-file : ' go.mod'
2626 cache : true
3838 with :
3939 ref : ${{ github.event.pull_request.head.ref }}
4040 fetch-depth : 2
41- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
41+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
4242 with :
4343 go-version-file : ' go.mod'
4444 cache : true
7171 with :
7272 ref : ${{ github.event.pull_request.head.ref }}
7373 fetch-depth : 2
74- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
74+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
7575 with :
7676 go-version-file : ' go.mod'
7777 cache : true
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121 with :
2222 ref : ${{ github.event.pull_request.head.sha }}
23- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
23+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
2424 with :
2525 go-version-file : ' go.mod'
2626 cache : true
5252 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5353 with :
5454 ref : ${{ github.event.pull_request.head.sha }}
55- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
55+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
5656 with :
5757 go-version-file : ' go.mod'
5858 cache : true
8989 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9090 with :
9191 ref : ${{ github.event.pull_request.head.sha }}
92- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
92+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
9393 with :
9494 go-version-file : ' go.mod'
9595 cache : true
Original file line number Diff line number Diff line change 2828 with :
2929 ref : ${{ github.event.pull_request.head.ref }}
3030 fetch-depth : 2
31- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
31+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
3232 with :
3333 go-version-file : ' go.mod'
3434 cache : true
4848 with :
4949 ref : ${{ github.event.pull_request.head.ref }}
5050 fetch-depth : 2
51- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
51+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
5252 with :
5353 go-version-file : ' go.mod'
5454 cache : true
Original file line number Diff line number Diff line change 3232 with :
3333 ref : ${{ github.event.pull_request.head.ref }}
3434 fetch-depth : 2
35- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
35+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
3636 with :
3737 go-version-file : ' go.mod'
3838 cache : true
5151 with :
5252 ref : ${{ github.event.pull_request.head.ref }}
5353 fetch-depth : 2
54- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
54+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
5555 with :
5656 go-version-file : ' go.mod'
5757 cache : true
8686 with :
8787 ref : ${{ github.event.pull_request.head.ref }}
8888 fetch-depth : 2
89- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
89+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
9090 with :
9191 go-version-file : ' go.mod'
9292 cache : true
Original file line number Diff line number Diff line change 2727 with :
2828 ref : ${{ github.event.pull_request.head.ref }}
2929 fetch-depth : 2
30- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
30+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
3131 with :
3232 go-version-file : ' go.mod'
3333 cache : true
4646 with :
4747 ref : ${{ github.event.pull_request.head.ref }}
4848 fetch-depth : 2
49- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
49+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
5050 with :
5151 go-version-file : ' go.mod'
5252 cache : true
6767 with :
6868 ref : ${{ github.event.pull_request.head.ref }}
6969 fetch-depth : 2
70- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
70+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
7171 with :
7272 go-version-file : ' go.mod'
7373 cache : true
Original file line number Diff line number Diff line change 2222 # Allow goreleaser to access older tag information.
2323 fetch-depth : 0
2424
25- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
25+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
2626 with :
2727 go-version-file : ' go.mod'
2828 cache : true
You can’t perform that action at this time.
0 commit comments