File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 56
56
57
57
# Initializes the CodeQL tools for scanning.
58
58
- name : Initialize CodeQL
59
- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
59
+ uses : github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
60
60
with :
61
61
languages : ${{ matrix.language }}
62
62
# If you wish to specify custom queries, you can do so here or in a config file.
67
67
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
68
68
# If this step fails, then you should remove it and run the build manually (see below)
69
69
- name : Autobuild
70
- uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3
70
+ uses : github/codeql-action/autobuild@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
71
71
72
72
# ℹ️ Command-line programs to run using the OS shell.
73
73
# 📚 https://git.io/JvXDl
81
81
# make release
82
82
83
83
- name : Perform CodeQL Analysis
84
- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
84
+ uses : github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
Original file line number Diff line number Diff line change 37
37
# with '-no-fail' we let the report trigger content trigger a failure using the GitHub Security features.
38
38
args : " -no-fail -fmt sarif -out gosec.sarif ./..."
39
39
- name : Upload SARIF file for GitHub Advanced Security Dashboard
40
- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3
40
+ uses : github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
41
41
with :
42
42
sarif_file : gosec.sarif
43
43
75
75
fi
76
76
EOF
77
77
- name : Upload SARIF file for GitHub Advanced Security Dashboard
78
- uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3
78
+ uses : github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
79
79
with :
80
80
sarif_file : semgrep.sarif
81
81
You can’t perform that action at this time.
0 commit comments