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 f52c664 commit 9533729Copy full SHA for 9533729
.github/workflows/build_test.yml
@@ -9,13 +9,13 @@ jobs:
9
10
steps:
11
- name: Checkout PR Branch
12
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13
with:
14
ref: ${{ github.event.pull_request.head.sha }}
15
fetch-depth: 0
16
17
- name: Setup Java 11
18
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
19
20
java-version: 11
21
distribution: temurin
0 commit comments