File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
40
40
41
41
steps :
42
42
- name : Checkout repository
43
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
43
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
47
+ uses : github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
48
48
with :
49
49
languages : ${{ matrix.language }}
50
50
# If you wish to specify custom queries, you can do so here or in a config file.
55
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
56
56
# If this step fails, then you should remove it and run the build manually (see below)
57
57
- name : Autobuild
58
- uses : github/codeql-action/autobuild@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
58
+ uses : github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
59
59
60
60
# ℹ️ Command-line programs to run using the OS shell.
61
61
# 📚 https://git.io/JvXDl
69
69
# make release
70
70
71
71
- name : Perform CodeQL Analysis
72
- uses : github/codeql-action/analyze@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
72
+ uses : github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
Original file line number Diff line number Diff line change 21
21
DOCKER_CLI_EXPERIMENTAL : " enabled"
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
24
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
25
25
with :
26
26
fetch-depth : 0
27
27
- name : Set up Go
Original file line number Diff line number Diff line change 32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Check out code
35
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
35
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
36
36
with :
37
37
persist-credentials : false
38
38
fetch-depth : 0
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
35
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
36
36
with :
37
37
persist-credentials : false
38
38
67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
70
+ uses : github/codeql-action/upload-sarif@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
71
71
with :
72
72
sarif_file : results.sarif
Original file line number Diff line number Diff line change 32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Check out code
35
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
35
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
36
36
with :
37
37
persist-credentials : false
38
38
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments