This repository was archived by the owner on Mar 20, 2025. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
77
77
# Initializes the CodeQL tools for scanning.
78
78
- name : Initialize CodeQL
79
- uses : github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
79
+ uses : github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
80
80
with :
81
81
languages : ${{ matrix.language }}
82
82
build-mode : ${{ matrix.build-mode }}
@@ -103,6 +103,6 @@ jobs:
103
103
exit 1
104
104
105
105
- name : Perform CodeQL Analysis
106
- uses : github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
106
+ uses : github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
107
107
with :
108
108
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 74
74
# Upload the results to GitHub's code scanning dashboard (optional).
75
75
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
76
76
- name : " Upload to code-scanning"
77
- uses : github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
77
+ uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
78
78
with :
79
79
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments