Skip to content

Commit 7d76814

Browse files
Bump github/codeql-action from 3.29.11 to 4.34.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.11 to 4.34.1. - [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.29.11...v4.34.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44480c2 commit 7d76814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5.0.0
1818

1919
- name: Initialize CodeQL
20-
uses: github/codeql-action/init@v3.29.11
20+
uses: github/codeql-action/init@v4.35.1
2121
with:
2222
languages: 'java'
2323
- name: setup java
@@ -34,4 +34,4 @@ jobs:
3434
id: build
3535
run: ./gradlew build --info --init-script init.gradle
3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v3.29.11
37+
uses: github/codeql-action/analyze@v4.35.1

0 commit comments

Comments
 (0)