File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 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@b611370bb5703a7efb587f9d136a52ea24c5c38c
38
+ uses : github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac
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@b611370bb5703a7efb587f9d136a52ea24c5c38c
49
+ uses : github/codeql-action/autobuild@2d790406f505036ef40ecba973cc774a50395aac
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@b611370bb5703a7efb587f9d136a52ea24c5c38c
63
+ uses : github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac
Original file line number Diff line number Diff line change 24
24
- name : ' Checkout Repository'
25
25
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
26
26
- name : ' Dependency Review'
27
- uses : actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a
27
+ uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c
Original file line number Diff line number Diff line change 41
41
with :
42
42
fetch-depth : 0
43
43
- name : Setup Go
44
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
44
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
45
45
with :
46
46
go-version : ${{ env.GO_VERSION }}
47
47
- name : Run linter
Original file line number Diff line number Diff line change 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@b611370bb5703a7efb587f9d136a52ea24c5c38c # v1.0.26
51
+ uses : github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v1.0.26
52
52
with :
53
53
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments