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 37d6c17 commit a92cfcbCopy full SHA for a92cfcb
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
15
16
- name: Set up JDK 21
17
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
java-version: 21
45
46
- name: Checkout
47
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
48
with:
49
token: ${{ secrets.REPO_ACCESS_TOKEN }}
50
0 commit comments