Skip to content

Commit ad4bb24

Browse files
chore(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] <support@github.com>
1 parent 38ca631 commit ad4bb24

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
@@ -78,15 +78,15 @@ jobs:
7878
uses: actions/checkout@v4
7979

8080
- name: Initialize CodeQL
81-
uses: github/codeql-action/init@v3
81+
uses: github/codeql-action/init@v4
8282
with:
8383
languages: ${{ matrix.language }}
8484

8585
- name: Autobuild
86-
uses: github/codeql-action/autobuild@v3
86+
uses: github/codeql-action/autobuild@v4
8787

8888
- name: Perform CodeQL Analysis
89-
uses: github/codeql-action/analyze@v3
89+
uses: github/codeql-action/analyze@v4
9090
with:
9191
category: "/language:${{matrix.language}}"
9292

0 commit comments

Comments
 (0)