We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f0062 commit 80765e2Copy full SHA for 80765e2
2 files changed
.github/workflows/integration-test.yml
@@ -280,7 +280,7 @@ jobs:
280
java-version: 21
281
282
- name: Set up Gradle
283
- uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5
+ uses: gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6
284
285
- name: Compile split-tests-java
286
working-directory: split-tests-java
merge-junit-reports/action.yml
@@ -100,7 +100,7 @@ runs:
100
run: cp junit-reports-artifact/*.xml junit-reports/
101
102
- name: Update JUnit reports
103
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
+ uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10
104
with:
105
message: 'Update JUnit reports'
106
add: '*.xml'
0 commit comments