Skip to content

Commit 267e7eb

Browse files
authored
build(deps): bump the actions-deps group with 2 updates (#8394)
2 parents 53f58ab + 88d3bcf commit 267e7eb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build-pull-requests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,22 @@ jobs:
6161
# Command to be sent to SARIF Multitool
6262
command: 'validate core/target/test-reports/Report.sarif'
6363
- name: Upload SARIF file
64-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
64+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
6565
with:
6666
sarif_file: utils/target/spotbugsSarif.json
6767
category: spotbugs-utils
6868
- name: Upload SARIF file
69-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
69+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
7070
with:
7171
sarif_file: cli/target/spotbugsSarif.json
7272
category: spotbugs-cli
7373
- name: Upload SARIF file
74-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
74+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
7575
with:
7676
sarif_file: ant/target/spotbugsSarif.json
7777
category: spotbugs-ant
7878
- name: Upload SARIF file
79-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
79+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
8080
with:
8181
sarif_file: core/target/spotbugsSarif.json
8282
category: spotbugs-core
@@ -155,7 +155,7 @@ jobs:
155155
retention-days: 7
156156
path: maven/target/it/**/build.log
157157
- name: Upload SARIF file
158-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
158+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
159159
with:
160160
sarif_file: maven/target/spotbugsSarif.json
161161
category: spotbugs-maven
@@ -181,7 +181,7 @@ jobs:
181181
run: |
182182
mvn -V -s settings.xml checkstyle:checkstyle-aggregate --no-transfer-progress --batch-mode -Dstyle.color=always
183183
- name: Upload SARIF file
184-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
184+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
185185
with:
186186
sarif_file: target/checkstyle-result.sarif
187187
category: checkstyle

.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@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
40+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
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 -Dstyle.color=always
6262
6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
64+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1

.github/workflows/false-positive-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Delete workflow runs
17-
uses: Mattraks/delete-workflow-runs@5bf9a1dac5c4d041c029f0a8370ddf0c5cb5aeb7 # v2.1.0
17+
uses: Mattraks/delete-workflow-runs@b3018382ca039b53d238908238bd35d1fb14f8ee # v2.1.0
1818
with:
1919
token: ${{ github.token }}
2020
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)