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 585e773 commit f8f9ddeCopy full SHA for f8f9dde
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
11
with:
12
fetch-depth: 0
13
- uses: actions/setup-java@v5
@@ -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