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 b07248c commit 7b0cf34Copy full SHA for 7b0cf34
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
18
19
- name: Set up JDK 8
20
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4
+ uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
21
with:
22
java-version: '8'
23
distribution: 'temurin'
.github/workflows/release-please.yml
@@ -21,7 +21,7 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
24
25
26
27
0 commit comments