Skip to content

Commit 62691c0

Browse files
build(deps): bump github/codeql-action from 4.33.0 to 4.34.1 in the github-actions group across 1 directory (#639)
build(deps): bump github/codeql-action Bumps the github-actions group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.33.0 to 4.34.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b1bff81...3869755) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84f9624 commit 62691c0

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@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
248+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
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@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
268+
uses: github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
269269

270270
- name: Perform CodeQL Analysis
271-
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
271+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
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@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
288+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
289289
with:
290290
category: "${{ matrix.category }}"
291291
sarif_file: sarif-results/${{ matrix.language }}.sarif

0 commit comments

Comments
 (0)