We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89c058 commit 53d3cc3Copy full SHA for 53d3cc3
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
22
- name: Set up JDK
23
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
+ uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
24
25
distribution: 'temurin'
26
java-version: ${{ matrix.java_version }}
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13
14
15
16
17
java-version: '11'
0 commit comments