Commit 7a440ef 1 parent 8e40740 commit 7a440ef Copy full SHA for 7a440ef
File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 46
46
# a pull request then we can checkout the head.
47
47
fetch-depth : 2
48
48
49
+ - name : Setup Go
50
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
51
+ with :
52
+ go-version : ' ^1.21'
53
+ check-latest : true
54
+
49
55
# Initializes the CodeQL tools for scanning.
50
56
- name : Initialize CodeQL
51
57
uses : github/codeql-action/init@9a866ed4524fc3422c3af1e446dab8efa3503411
73
79
# make release
74
80
75
81
- name : Perform CodeQL Analysis
76
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
77
- with :
78
- go-version : ' ^1.21'
79
- check-latest : true
80
- - uses : github/codeql-action/analyze@9a866ed4524fc3422c3af1e446dab8efa3503411
82
+ uses : github/codeql-action/analyze@9a866ed4524fc3422c3af1e446dab8efa3503411
You can’t perform that action at this time.
0 commit comments