Skip to content

Commit 3c6fbb0

Browse files
build(deps): bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 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@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ff8580 commit 3c6fbb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@ jobs:
7272
uses: actions/checkout@v4
7373

7474
- name: Initialize CodeQL
75-
uses: github/codeql-action/init@v3
75+
uses: github/codeql-action/init@v4
7676
with:
7777
languages: ${{ matrix.language }}
7878
# Optional: Add custom queries
7979
# queries: security-extended,security-and-quality
8080

8181
- name: Autobuild
82-
uses: github/codeql-action/autobuild@v3
82+
uses: github/codeql-action/autobuild@v4
8383

8484
- name: Perform CodeQL Analysis
85-
uses: github/codeql-action/analyze@v3
85+
uses: github/codeql-action/analyze@v4
8686
with:
8787
category: "/language:${{matrix.language}}"
8888

0 commit comments

Comments
 (0)