Skip to content

Commit 7c5f2ad

Browse files
authored
Merge pull request #3205 from 1c-syntax/dependabot/github_actions/github/codeql-action-3
build(deps): bump github/codeql-action from 2 to 3
2 parents a980cfd + 95f8c6f commit 7c5f2ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

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

3838
# Initializes the CodeQL tools for scanning.
3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@v2
40+
uses: github/codeql-action/init@v3
4141
# Override language selection by uncommenting this and choosing your languages
4242
with:
4343
languages: java
@@ -52,4 +52,4 @@ jobs:
5252
- run: ./gradlew jar
5353

5454
- name: Perform CodeQL Analysis
55-
uses: github/codeql-action/analyze@v2
55+
uses: github/codeql-action/analyze@v3

.github/workflows/qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
2626
with:
2727
linter: jetbrains/qodana-jvm-community
28-
- uses: github/codeql-action/upload-sarif@v2
28+
- uses: github/codeql-action/upload-sarif@v3
2929
with:
3030
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
3131
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)