Skip to content

Commit 27d13fe

Browse files
Bump github/codeql-action from 3 to 4 in the github-actions group
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84499b1 commit 27d13fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
# Initializes the CodeQL tools for scanning.
8282
- name: Initialize CodeQL
83-
uses: github/codeql-action/init@v3
83+
uses: github/codeql-action/init@v4
8484
with:
8585
languages: ${{ matrix.language }}
8686
build-mode: ${{ matrix.build-mode }}
@@ -103,6 +103,6 @@ jobs:
103103
run: mvn clean install
104104

105105
- name: Perform CodeQL Analysis
106-
uses: github/codeql-action/analyze@v3
106+
uses: github/codeql-action/analyze@v4
107107
with:
108108
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)