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 7724bf1 commit 0249d2fCopy full SHA for 0249d2f
.github/workflows/main.yml
@@ -24,9 +24,9 @@ jobs:
24
env:
25
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
26
steps:
27
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
28
- name: Set up JDK
29
- uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
+ uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
30
with:
31
distribution: "temurin"
32
java-version: ${{ matrix.java_version }}
0 commit comments