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 2fe08aa commit 47a816eCopy full SHA for 47a816e
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
VERSION=${GITHUB_REF_NAME#v}
19
echo "VERSION=$VERSION" >> $GITHUB_ENV
20
echo "IMAGE_NAME=${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:$VERSION" >> $GITHUB_ENV
21
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
22
with:
23
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
24
- name: Set up JDK
0 commit comments