Skip to content

Commit 707b919

Browse files
committed
[NOID] Update codeql
1 parent 29fbfa5 commit 707b919

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/test-gradle-project/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
shell: bash
1515
run: ./gradlew ${{inputs.project-name}}:test --parallel
1616
- name: Archive test results
17-
uses: actions/upload-artifact@v3
17+
uses: actions/upload-artifact@v4
1818
if: always()
1919
with:
2020
name: ${{inputs.project-name}}-test-results

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
- uses: ./.github/actions/setup-jdk
3838
- uses: ./.github/actions/setup-gradle-cache
3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@v2
40+
uses: github/codeql-action/init@v3.28.8
4141
with:
4242
languages: java
4343
- name: Compile
4444
run: ./gradlew compileJava compileTestJava
4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@v2
46+
uses: github/codeql-action/analyze@v3.28.8
4747

4848
format-checks:
4949
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)