chore: Add full semver comment to used actions

This commit is contained in:
Wolfgang Walther
2024-03-01 08:58:33 +01:00
parent 1b52ce1958
commit 91ffee1d2e
5 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Download from Artifacts
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
with:
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}