We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc92af commit afdb601Copy full SHA for afdb601
2 files changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
os: [ubuntu-latest, windows-latest, macos-latest]
22
steps:
23
- name: Checkout repository
24
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
25
26
- name: Setup Java
27
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
28
with:
29
fetch-depth: 0
30
token: ${{ steps.app-token.outputs.token }}
0 commit comments