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 251b6e6 commit 0b8e75fCopy full SHA for 0b8e75f
.github/workflows/build_test.yml
@@ -9,19 +9,18 @@ jobs:
9
10
steps:
11
- name: Checkout PR Branch
12
- uses: actions/checkout@v2
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
with:
14
ref: ${{ github.event.pull_request.head.sha }}
15
fetch-depth: 0
16
17
- name: Setup Java 17
18
- uses: actions/setup-java@v1
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
19
20
java-version: 17
21
- java-package: jdk
22
- architecture: x64
+ distribution: temurin
23
24
- name: Build and Test
25
- uses: GabrielBB/xvfb-action@v1
26
- with:
+ uses: GabrielBB/xvfb-action@b706e4e27b14669b486812790492dc50ca16b465 # v1.7
+ with:
27
run: ./mvnw clean install
0 commit comments