This repository was archived by the owner on Aug 15, 2024. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 61
61
62
62
# Upload the SARIF file generated in the previous step
63
63
- name : Upload SARIF results file
64
- uses : github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
64
+ uses : github/codeql-action/upload-sarif@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
65
65
with :
66
66
sarif_file : results.sarif
Original file line number Diff line number Diff line change 68
68
69
69
# Initializes the CodeQL tools for scanning.
70
70
- name : Initialize CodeQL
71
- uses : github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
71
+ uses : github/codeql-action/init@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
72
72
with :
73
73
languages : ${{ matrix.language }}
74
74
build-mode : ${{ matrix.build-mode }}
@@ -105,6 +105,6 @@ jobs:
105
105
mv ./bin/exmeteo .
106
106
107
107
- name : Perform CodeQL Analysis
108
- uses : github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
108
+ uses : github/codeql-action/analyze@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
109
109
with :
110
110
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 52
52
53
53
# required for Code scanning alerts
54
54
- name : " Upload to code scanning"
55
- uses : github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
55
+ uses : github/codeql-action/upload-sarif@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
56
56
with :
57
57
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments