File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 java-version : " 17.0.9"
2929 java-package : " jdk"
3030
31- - uses : capralifecycle/actions-lib/check-runtime-dependencies@15d6e3ef41e608eb59e4c12c656018b832c0117c # v1.6.1
31+ - uses : capralifecycle/actions-lib/check-runtime-dependencies@b4bb65b0ab41499f4829fe99c4b33b0b5a363562 # v1.6.2
3232
3333 - name : cache mvn
3434 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5050 }
5151 echo "major-version=$major_version" >> "$GITHUB_OUTPUT"
5252
53- - uses : capralifecycle/actions-lib/generate-tag@15d6e3ef41e608eb59e4c12c656018b832c0117c # v1.6.1
53+ - uses : capralifecycle/actions-lib/generate-tag@b4bb65b0ab41499f4829fe99c4b33b0b5a363562 # v1.6.2
5454 id : tag
5555 with :
5656 tag-prefix : " ${{ steps.prep.outputs.major-version }}"
8181 mvn -B -U verify
8282 fi
8383
84- - uses : capralifecycle/actions-lib/slack-notify@15d6e3ef41e608eb59e4c12c656018b832c0117c # v1.6.1
84+ - uses : capralifecycle/actions-lib/slack-notify@b4bb65b0ab41499f4829fe99c4b33b0b5a363562 # v1.6.2
8585 # NOTE: We only want to be notified about failures on the default branch
8686 if : ${{ failure() && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
8787 with :
You can’t perform that action at this time.
0 commit comments