File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
36
36
# Initializes the CodeQL tools for scanning.
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac
38
+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
39
39
with :
40
40
languages : ${{ matrix.language }}
41
41
# If you wish to specify custom queries, you can do so here or in a config file.
46
46
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
47
47
# If this step fails, then you should remove it and run the build manually (see below)
48
48
- name : Autobuild
49
- uses : github/codeql-action/autobuild@2d790406f505036ef40ecba973cc774a50395aac
49
+ uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
50
50
51
51
# ℹ️ Command-line programs to run using the OS shell.
52
52
# 📚 https://git.io/JvXDl
60
60
# make release
61
61
62
62
- name : Perform CodeQL Analysis
63
- uses : github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac
63
+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
Original file line number Diff line number Diff line change 45
45
with :
46
46
go-version : ${{ env.GO_VERSION }}
47
47
- name : Run linter
48
- uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
48
+ uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
49
49
with :
50
50
args : --config=.golangci.yml
51
51
- name : Check license headers
Original file line number Diff line number Diff line change 25
25
persist-credentials : false
26
26
27
27
- name : " Run analysis"
28
- uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.0.3
28
+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.0.3
29
29
with :
30
30
results_file : results.sarif
31
31
results_format : sarif
48
48
49
49
# Upload the results to GitHub's code scanning dashboard.
50
50
- name : " Upload to code-scanning"
51
- uses : github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v1.0.26
51
+ uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v1.0.26
52
52
with :
53
53
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments