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 70dfc27 commit 5e80622Copy full SHA for 5e80622
.github/workflows/build_test.yml
@@ -9,20 +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 8
18
- uses: actions/setup-java@v1
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
19
20
java-version: 8
21
- java-package: jdk
22
- architecture: x64
+ distribution: temurin
23
24
- name: Build and Test
25
- uses: GabrielBB/xvfb-action@v1
26
- with:
27
- run: mvn clean install
28
-
+ uses: GabrielBB/xvfb-action@b706e4e27b14669b486812790492dc50ca16b465 # v1.7
+ with:
+ run: mvn clean install
0 commit comments