Skip to content

Commit c8764e5

Browse files
chore(deps): update github/codeql-action action to v4.36.0 (#720)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8da310b commit c8764e5

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@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
248+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
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@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
268+
uses: github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
269269

270270
- name: Perform CodeQL Analysis
271-
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
271+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
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@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
288+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
289289
with:
290290
category: "${{ matrix.category }}"
291291
sarif_file: sarif-results/${{ matrix.language }}.sarif

0 commit comments

Comments
 (0)