Skip to content

Commit d92b7a3

Browse files
build(deps): bump github/codeql-action from 4.32.2 to 4.32.3 in the github-actions group across 1 directory (#609)
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.32.2 to 4.32.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@45cbd0c...9e907b5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.3 dependency-type: direct:production update-type: version-update:semver-patch 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 3027fd2 commit d92b7a3

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
@@ -185,7 +185,7 @@ jobs:
185185

186186
# Initializes the CodeQL tools for scanning.
187187
- name: Initialize CodeQL
188-
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
188+
uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
189189
with:
190190
languages: ${{ matrix.language }}
191191
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -205,10 +205,10 @@ jobs:
205205
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
206206
- name: Autobuild
207207
if: matrix.build-mode == 'autobuild'
208-
uses: github/codeql-action/autobuild@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
208+
uses: github/codeql-action/autobuild@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
209209

210210
- name: Perform CodeQL Analysis
211-
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
211+
uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
212212
with:
213213
category: "${{ matrix.category }}"
214214
output: sarif-results
@@ -225,7 +225,7 @@ jobs:
225225
-third\-party/**
226226
227227
- name: Upload SARIF
228-
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
228+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
229229
with:
230230
category: "${{ matrix.category }}"
231231
sarif_file: sarif-results/${{ matrix.language }}.sarif

0 commit comments

Comments
 (0)