There was an error while loading. Please reload this page.
1 parent 5e36bde commit 7856282Copy full SHA for 7856282
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Build
17
steps:
18
- name: Checkout Repository
19
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20
21
- name: Validate Gradle Wrapper
22
uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
- name: checkout repository
12
13
with:
14
fetch-depth: 0
15
0 commit comments