We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bc927 commit 640b31aCopy full SHA for 640b31a
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
steps:
37
- name: Checkout Repository
38
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
39
40
- name: Set up JDK 8
41
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4
.github/workflows/release-please.yml
@@ -17,7 +17,7 @@ jobs:
17
# The logic below handles the maven publication:
18
19
if: ${{ steps.release.outputs.releases_created }}
20
21
22
23
0 commit comments