We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f41f2 commit 9cfb3ecCopy full SHA for 9cfb3ec
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4.2.2
17
- - uses: actions/setup-java@v5.1.0
+ - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
18
with:
19
distribution: "temurin"
20
java-version-file: .tool-versions
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
fetch-depth: 0
26
ref: ${{ github.event.workflow_run.head_sha }}
27
28
29
30
0 commit comments