Skip to content

Commit 1446051

Browse files
Bump github/codeql-action from 4.31.10 to 4.32.4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.10 to 4.32.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.31.10...v4.32.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64a0343 commit 1446051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v6.0.2
2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@v4.31.10
23+
uses: github/codeql-action/init@v4.32.4
2424
with:
2525
languages: javascript-typescript
2626
config-file: ./.github/codeql/codeql-config.yml
2727
- name: Perform CodeQL Analysis
28-
uses: github/codeql-action/analyze@v4.31.10
28+
uses: github/codeql-action/analyze@v4.32.4

0 commit comments

Comments
 (0)