Skip to content

Commit 860e9e1

Browse files
chore(deps): update github/codeql-action action to v4.35.5 (#706)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 34dc4a7 commit 860e9e1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/__call-codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245

246246
# Initializes the CodeQL tools for scanning.
247247
- name: Initialize CodeQL
248-
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
248+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
249249
with:
250250
languages: ${{ matrix.language }}
251251
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -265,10 +265,10 @@ jobs:
265265
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
266266
- name: Autobuild
267267
if: matrix.build-mode == 'autobuild'
268-
uses: github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
268+
uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
269269

270270
- name: Perform CodeQL Analysis
271-
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
271+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
272272
with:
273273
category: "${{ matrix.category }}"
274274
output: sarif-results
@@ -285,7 +285,7 @@ jobs:
285285
-third\-party/**
286286
287287
- name: Upload SARIF
288-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
288+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
289289
with:
290290
category: "${{ matrix.category }}"
291291
sarif_file: sarif-results/${{ matrix.language }}.sarif

0 commit comments

Comments
 (0)