Upgrade checkout version and use absolute uri

This commit is contained in:
Samuel Aubertin
2026-01-11 13:48:14 +01:00
parent c8dd558ffb
commit 6bb19bb057

View File

@@ -20,7 +20,9 @@ jobs:
DEFECTDOJO_ENGAGEMENT: ${{ vars.DEFECTDOJO_ENGAGEMENT }} DEFECTDOJO_ENGAGEMENT: ${{ vars.DEFECTDOJO_ENGAGEMENT }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: https://data.forgejo.org/actions/checkout@v6
with:
fetch-depth: 0
- name: Show variables and secrets - name: Show variables and secrets
run: | run: |