We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf6029 commit 5015fdbCopy full SHA for 5015fdb
.github/workflows/develop-pr.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-22.04
11
steps:
12
- name: Checkout Repo
13
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
14
- name: Set up Java
15
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
16
with:
@@ -60,7 +60,7 @@ jobs:
60
echo "BUILD_TARGET_NAME=${BUILD_TARGET_NAME}" >> $GITHUB_ENV
61
62
63
64
65
66
0 commit comments