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 8c6e0ad commit 2a8ea6cCopy full SHA for 2a8ea6c
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout Repository
17
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
18
19
- name: Set up JDK 8
20
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4
.github/workflows/release-please.yml
@@ -17,7 +17,7 @@ jobs:
# The logic below handles the maven publication:
if: ${{ steps.release.outputs.releases_created }}
21
22
23
0 commit comments