File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
31
31
32
32
steps :
33
33
- name : Checkout repository
34
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
34
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
35
35
36
36
# Initializes the CodeQL tools for scanning.
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f
38
+ uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c
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@f079b8493333aace61c81488f8bd40919487bd9f
49
+ uses : github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c
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@f079b8493333aace61c81488f8bd40919487bd9f
63
+ uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : ' Checkout Repository'
25
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
25
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
26
26
- name : ' Dependency Review'
27
- uses : actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70
27
+ uses : actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a
Original file line number Diff line number Diff line change 37
37
contents : read
38
38
steps :
39
39
- name : Clone the code
40
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
41
41
with :
42
42
fetch-depth : 0
43
43
- name : Setup Go
Original file line number Diff line number Diff line change 20
20
id-token : write
21
21
steps :
22
22
- name : " Checkout code"
23
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v2.4.0
23
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0
24
24
with :
25
25
persist-credentials : false
26
26
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@f079b8493333aace61c81488f8bd40919487bd9f # v1.0.26
51
+ uses : github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v1.0.26
52
52
with :
53
53
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments