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 8c07518 commit e6304f2Copy full SHA for e6304f2
2 files changed
.github/workflows/manual-build.yml
@@ -38,7 +38,7 @@ jobs:
38
run: ./scripts/apply-patches.sh "$UPSTREAM_TAG"
39
40
- name: Set up JDK
41
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
+ uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
42
with:
43
distribution: 'temurin'
44
java-version: '21'
.github/workflows/sync.yml
@@ -62,7 +62,7 @@ jobs:
62
63
64
if: steps.detect.outputs.should_sync == 'true'
65
66
67
68
0 commit comments