Skip to content

Commit 0ad4faf

Browse files
Bump github/codeql-action from 3 to 4 (#371)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a1d6c9 commit 0ad4faf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codecheck.yml

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

7676
# Initializes the CodeQL tools for scanning.
7777
- name: Initialize CodeQL
78-
uses: github/codeql-action/init@v3
78+
uses: github/codeql-action/init@v4
7979
with:
8080
languages: ${{ matrix.language }}
8181
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -84,4 +84,4 @@ jobs:
8484
# queries: ./path/to/local/query, your-org/your-repo/queries@main
8585
- run: ./gradlew -x test assembleReleaseJar
8686
- name: Perform CodeQL Analysis
87-
uses: github/codeql-action/analyze@v3
87+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)