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 1a96913 commit dfc43b1Copy full SHA for dfc43b1
.github/workflows/pullrequest.yml
@@ -24,7 +24,7 @@ jobs:
24
${{ runner.os }}-gradle-
25
26
- name: Set up JDK 17
27
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
28
with:
29
distribution: 'temurin'
30
java-version: '17'
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15
16
17
18
19
20
0 commit comments