Skip to content

Commit bce5047

Browse files
Bump github/codeql-action from 3.30.0 to 3.30.1 (#26008)
1 parent 2689c44 commit bce5047

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linux-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189

190190
# Initializes the CodeQL tools for scanning.
191191
- name: Initialize CodeQL
192-
uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
192+
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
193193
with:
194194
languages: ${{ matrix.language }}
195195
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -215,7 +215,7 @@ jobs:
215215
shell: pwsh
216216
217217
- name: Perform CodeQL Analysis
218-
uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
218+
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
219219

220220
ready_to_merge:
221221
name: Linux ready to merge

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
70+
uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
7171
with:
7272
sarif_file: results.sarif

0 commit comments

Comments
 (0)