We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45dbf97 commit fd2d0abCopy full SHA for fd2d0ab
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
27
- name: Set up JDK
28
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
+ uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
29
30
distribution: 'temurin'
31
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