Skip to content

Commit

Permalink
[Backport] [2.x] Bump github/codeql-action from 2 to 3 (#3859) (#3867)
Browse files Browse the repository at this point in the history
Backport of #3859 to
`2.x`

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
reta and dependabot[bot] authored Dec 18, 2023
1 parent 6ab3366 commit bffc8a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ jobs:
with:
distribution: temurin # Temurin is a distribution of adoptium
java-version: 11
- uses: github/codeql-action/init@v2
- uses: github/codeql-action/init@v3
with:
languages: java
- run: ./gradlew clean assemble -Dbuild.snapshot=false
- uses: github/codeql-action/analyze@v2
- uses: github/codeql-action/analyze@v3

build-artifact-names:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bffc8a0

Please sign in to comment.