We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8167d3 commit 2e8bf01Copy full SHA for 2e8bf01
.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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
- name: Set up JDK
29
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
+ uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
30
with:
31
distribution: "temurin"
32
java-version: ${{ matrix.java_version }}
0 commit comments