Skip to content

Commit c71d63a

Browse files
Bump the github-actions group with 4 updates (#5864)
1 parent 4a76114 commit c71d63a

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727

2828
# Initializes the CodeQL tools for scanning.
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5
30+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
3131
with:
3232
languages: ${{ matrix.language }}
3333

3434
- name: Autobuild
35-
uses: github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5
35+
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
3636

3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5
38+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5

.github/workflows/coverage-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1414
steps:
1515
- name: Download comment artifact
16-
uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
16+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
1717
with:
1818
name: pr-comment
1919
path: pr-comment/

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: ./mvnw -B -q -ff -ntp test jacoco:report
7575
- name: Publish code coverage
7676
if: ${{ matrix.release_build && github.event_name != 'pull_request' && github.repository == 'FasterXML/jackson-databind' }}
77-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
77+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
files: ./target/site/jacoco/jacoco.xml
@@ -88,7 +88,7 @@ jobs:
8888
retention-days: 30
8989
- name: Download base branch coverage
9090
if: ${{ matrix.release_build && github.event_name == 'pull_request' }}
91-
uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
91+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
9292
continue-on-error: true
9393
with:
9494
workflow: main.yml

.github/workflows/trigger_dep_builds_v2.yml

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

3737
steps:
3838
- name: Repository dispatch
39-
uses: peter-evans/repository-dispatch@bada04bbc2a16bab5dd39b421320893d58a35efe # v3.0.0
39+
uses: peter-evans/repository-dispatch@1a91c28090489a711dd89a2424bb13d72a56e2e4 # v3.0.0
4040
with:
4141
token: ${{ secrets.token }}
4242
repository: ${{ matrix.repo }}

.github/workflows/trigger_dep_builds_v3.yml

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

3838
steps:
3939
- name: Repository dispatch
40-
uses: peter-evans/repository-dispatch@bada04bbc2a16bab5dd39b421320893d58a35efe # v3.0.0
40+
uses: peter-evans/repository-dispatch@1a91c28090489a711dd89a2424bb13d72a56e2e4 # v3.0.0
4141
with:
4242
token: ${{ secrets.token }}
4343
repository: ${{ matrix.repo }}

0 commit comments

Comments
 (0)