Skip to content

Commit 1bc36fc

Browse files
chore(deps): bump github/codeql-action from 3.23.0 to 3.25.11
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.0 to 3.25.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.23.0...b611370) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d76eb1d commit 1bc36fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
34+
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
3535
with:
3636
languages: ${{ matrix.language }}
3737

@@ -46,6 +46,6 @@ jobs:
4646
nodeVersion: 20
4747

4848
- name: Perform CodeQL Analysis
49-
uses: github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
49+
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
5050
with:
5151
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)