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 bf46b7f commit 1ad0f26Copy full SHA for 1ad0f26
.github/workflows/flow-deploy-release-artifact.yaml
@@ -100,7 +100,7 @@ jobs:
100
fetch-depth: 0
101
102
- name: Setup Java
103
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
+ uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
104
with:
105
distribution: ${{ github.event.inputs.java-distribution || 'temurin' }}
106
java-version: ${{ github.event.inputs.java-version || '21.0.3' }}
.github/workflows/zxc-compile-pbj-code.yaml
@@ -84,7 +84,7 @@ jobs:
84
85
86
87
88
89
distribution: ${{ inputs.java-distribution }}
90
java-version: ${{ inputs.java-version }}
0 commit comments