Skip to content

Commit

Permalink
deps: update github/codeql-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sschuberth committed Dec 14, 2023
1 parent b7f5a38 commit 064cf50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: java
tools: latest
Expand All @@ -67,7 +67,7 @@ jobs:
gradle-home-cache-cleanup: true
arguments: -Dorg.gradle.jvmargs=-Xmx1g classes -x :plugins:reporters:web-app-template:yarnBuild
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
test:
needs: build
runs-on: ubuntu-22.04
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
gradle-home-cache-cleanup: true
arguments: detekt detektTest detektFunTest
- name: Upload SARIF File
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
if: ${{ always() }} # Upload even if the previous step failed.
with:
sarif_file: build/reports/detekt/merged.sarif
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
with:
post-pr-comment: false
use-caches: false
- uses: github/codeql-action/upload-sarif@v2
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{runner.temp}}/qodana/results/qodana.sarif.json
reuse-tool:
Expand Down

0 comments on commit 064cf50

Please sign in to comment.