ci: must checkout before changelog

This commit is contained in:
Josh J
2023-10-17 08:59:47 +01:00
parent fdd8bbbdda
commit 63e3bea752

View File

@@ -145,6 +145,9 @@ jobs:
with: with:
sarif_file: ${{ steps.scan.outputs.sarif }} sarif_file: ${{ steps.scan.outputs.sarif }}
- name: Checkout Repository
uses: actions/checkout@v4
- name: Changelog - name: Changelog
uses: TriPSs/conventional-changelog-action@v3 uses: TriPSs/conventional-changelog-action@v3
id: changelog id: changelog