We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e565ffc commit 42af9fdCopy full SHA for 42af9fd
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11
with:
12
fetch-depth: 0
13
- uses: actions/setup-java@v4
@@ -29,7 +29,7 @@ jobs:
29
if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
30
31
32
33
34
35
0 commit comments