Skip to content

Commit c34f09e

Browse files
Bump the github-actions group with 2 updates (#1228)
1 parent fce75a0 commit c34f09e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: ./mvnw -B -q -ff -ntp test
6464
- name: Publish code coverage
6565
if: github.event_name != 'pull_request' && matrix.java_version == '8'
66-
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
66+
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
file: ./target/site/jacoco/jacoco.xml

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
63+
uses: github/codeql-action/upload-sarif@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
6464
with:
6565
sarif_file: results.sarif

0 commit comments

Comments
 (0)