Skip to content

Commit 981ff83

Browse files
authored
Merge branch '3.x' into tatu-claude/3.2/559-fix-xml-text-vs-creator
2 parents 9226e6c + 8ce6c8d commit 981ff83

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@1f8785ff7a5130826f848e7f72725c85d241860f # v18
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
@@ -56,7 +56,7 @@ jobs:
5656
run: ./mvnw -B -q -ff -ntp test jacoco:report
5757
- name: Publish code coverage
5858
if: ${{ matrix.release_build && github.event_name != 'pull_request' }}
59-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
59+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}
6262
files: ./target/site/jacoco/jacoco.xml
@@ -70,7 +70,7 @@ jobs:
7070
retention-days: 30
7171
- name: Download base branch coverage
7272
if: ${{ matrix.release_build && github.event_name == 'pull_request' }}
73-
uses: dawidd6/action-download-artifact@1f8785ff7a5130826f848e7f72725c85d241860f # v18
73+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
7474
continue-on-error: true
7575
with:
7676
workflow: main.yml

0 commit comments

Comments
 (0)