Skip to content

Commit f8f4877

Browse files
build(deps): bump github/codeql-action from 3 to 4 (#8010)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f682929 commit f8f4877

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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@v3
40+
uses: github/codeql-action/init@v4
4141
with:
4242
languages: ${{ matrix.language }}
4343
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -61,4 +61,4 @@ jobs:
6161
mvn -s settings.xml clean package -DskipTests=true --no-transfer-progress --batch-mode
6262
6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@v3
64+
uses: github/codeql-action/analyze@v4

.github/workflows/pull_requests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,22 @@ jobs:
4545
# Command to be sent to SARIF Multitool
4646
command: 'validate core/target/test-reports/Report.sarif'
4747
- name: Upload SARIF file
48-
uses: github/codeql-action/upload-sarif@v3
48+
uses: github/codeql-action/upload-sarif@v4
4949
with:
5050
sarif_file: utils/target/spotbugsSarif.json
5151
category: spotbugs-utils
5252
- name: Upload SARIF file
53-
uses: github/codeql-action/upload-sarif@v3
53+
uses: github/codeql-action/upload-sarif@v4
5454
with:
5555
sarif_file: cli/target/spotbugsSarif.json
5656
category: spotbugs-cli
5757
- name: Upload SARIF file
58-
uses: github/codeql-action/upload-sarif@v3
58+
uses: github/codeql-action/upload-sarif@v4
5959
with:
6060
sarif_file: ant/target/spotbugsSarif.json
6161
category: spotbugs-ant
6262
- name: Upload SARIF file
63-
uses: github/codeql-action/upload-sarif@v3
63+
uses: github/codeql-action/upload-sarif@v4
6464
with:
6565
sarif_file: core/target/spotbugsSarif.json
6666
category: spotbugs-core
@@ -120,7 +120,7 @@ jobs:
120120
retention-days: 7
121121
path: maven/target/it/**/build.log
122122
- name: Upload SARIF file
123-
uses: github/codeql-action/upload-sarif@v3
123+
uses: github/codeql-action/upload-sarif@v4
124124
with:
125125
sarif_file: maven/target/spotbugsSarif.json
126126
category: spotbugs-maven
@@ -152,7 +152,7 @@ jobs:
152152
run: |
153153
mvn -V -s settings.xml checkstyle:checkstyle-aggregate --no-transfer-progress --batch-mode
154154
- name: Upload SARIF file
155-
uses: github/codeql-action/upload-sarif@v3
155+
uses: github/codeql-action/upload-sarif@v4
156156
with:
157157
sarif_file: target/checkstyle-result.sarif
158158
category: checkstyle

0 commit comments

Comments
 (0)