File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 90
90
91
91
# Initializes the CodeQL tools for scanning.
92
92
- name : 🛠️ Initialize CodeQL
93
- uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
93
+ uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
94
94
with :
95
95
languages : ${{ matrix.language }}
96
96
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -107,6 +107,6 @@ jobs:
107
107
run : dotnet build --no-restore -c Release
108
108
109
109
- name : 🔍 Perform CodeQL Analysis
110
- uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
110
+ uses : github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
111
111
with :
112
112
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 83
83
84
84
# Upload the results to GitHub's code scanning dashboard.
85
85
- name : " Upload to code-scanning"
86
- uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
86
+ uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
87
87
with :
88
88
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments