Skip to content

Commit cd5adb5

Browse files
Bump the github-actions group with 4 updates (#1443)
1 parent daf88a8 commit cd5adb5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: ./mvnw -B -q -ff -ntp test
6767
- name: Publish code coverage
6868
if: ${{ matrix.release_build && github.event_name != 'pull_request' }}
69-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
69+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
files: ./target/site/jacoco/jacoco.xml

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: "Run analysis"
37-
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
37+
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
3838
with:
3939
results_file: results.sarif
4040
results_format: sarif
@@ -60,6 +60,6 @@ jobs:
6060

6161
# Upload the results to GitHub's code scanning dashboard.
6262
- name: "Upload to code-scanning"
63-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
63+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
6464
with:
6565
sarif_file: results.sarif

.github/workflows/trigger_dep_builds_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Repository dispatch
26-
uses: peter-evans/repository-dispatch@7dae662b47efccf275f551a5df539bd020d3eb5b # v3.0.0
26+
uses: peter-evans/repository-dispatch@ecf2992313667576730f6bc1cc2801247ca89e1d # v3.0.0
2727
with:
2828
token: ${{ secrets.token }}
2929
repository: ${{ matrix.repo }}

.github/workflows/trigger_dep_builds_v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Repository dispatch
26-
uses: peter-evans/repository-dispatch@7dae662b47efccf275f551a5df539bd020d3eb5b # v3.0.0
26+
uses: peter-evans/repository-dispatch@ecf2992313667576730f6bc1cc2801247ca89e1d # v3.0.0
2727
with:
2828
token: ${{ secrets.token }}
2929
repository: ${{ matrix.repo }}

0 commit comments

Comments
 (0)