Commit af15f70 1 parent e8d2c15 commit af15f70 Copy full SHA for af15f70
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ jobs:
34
34
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
35
36
36
- name : Setup Go ${{ matrix.go }}
37
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
37
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
38
38
with :
39
39
go-version : ${{ matrix.go }}
40
40
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
42
+ uses : github/codeql-action/init@4e83f6b818d7c9f52143570963b2c7f7f055decb # v3.28.6
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
46
46
- name : Build Go
47
47
run : go build -mod=readonly -v ./...
48
48
49
49
- name : Perform CodeQL Analysis
50
- uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
50
+ uses : github/codeql-action/analyze@4e83f6b818d7c9f52143570963b2c7f7f055decb # v3.28.6
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
24
24
- name : Setup Go ${{ matrix.go }}
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 : ${{ matrix.go }}
28
28
You can’t perform that action at this time.
0 commit comments