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 a36be87 commit c9d5e09Copy full SHA for c9d5e09
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
- name: Set up JDK 17
22
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
23
with:
24
distribution: 'zulu'
25
java-version: '17'
.github/workflows/contract_requiring_verification_published.yml
@@ -36,7 +36,7 @@ jobs:
36
37
ref: ${{env.GIT_COMMIT}}
38
39
40
41
42
0 commit comments