File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
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@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
43
+ uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.1.2
44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
47
+ uses : github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.2
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@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
58
+ uses : github/codeql-action/autobuild@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.2
59
59
# ℹ️ Command-line programs to run using the OS shell.
60
60
# 📚 https://git.io/JvXDl
61
61
68
68
# make release
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
71
+ uses : github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.2
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : ' Checkout Repository'
12
- uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
12
+ uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.1.2
13
13
- name : ' Dependency Review'
14
- uses : actions/dependency-review-action@94145f3150bfabdc97540cbd5f7e926306ea7744 # tag=v2
14
+ uses : actions/dependency-review-action@94145f3150bfabdc97540cbd5f7e926306ea7744 # tag=v2.1.2
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
11
+ uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.1.2
12
12
13
13
- name : setup-go
14
- uses : actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # tag=v3
14
+ uses : actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # tag=v3.1.2
15
15
with :
16
16
go-version : ' 1.18'
17
17
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
26
26
steps :
27
27
- name : " Checkout code"
28
- uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
28
+ uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.1.2
29
29
with :
30
30
persist-credentials : false
31
31
32
32
- name : " Run analysis"
33
- uses : ossf/scorecard-action@ccd0038c79bb718836dc19c8ea53ed89f1d7ca4d # tag=v1
33
+ uses : ossf/scorecard-action@ccd0038c79bb718836dc19c8ea53ed89f1d7ca4d # tag=v1.1.2
34
34
with :
35
35
results_file : results.sarif
36
36
results_format : sarif
@@ -49,14 +49,14 @@ jobs:
49
49
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
50
50
# format to the repository Actions tab.
51
51
- name : " Upload artifact"
52
- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3
52
+ uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.2
53
53
with :
54
54
name : SARIF file
55
55
path : results.sarif
56
56
retention-days : 5
57
57
58
58
# Upload the results to GitHub's code scanning dashboard.
59
59
- name : " Upload to code-scanning"
60
- uses : github/codeql-action/upload-sarif@ea8fb214deac1ec94ec737510133addb560d0f22 # tag=v1
60
+ uses : github/codeql-action/upload-sarif@ea8fb214deac1ec94ec737510133addb560d0f22 # tag=v1.1.2
61
61
with :
62
62
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments