chore: Add full semver comment to used actions

This commit is contained in:
Wolfgang Walther
2024-03-01 09:00:49 +01:00
parent 96a2ac3799
commit 7d1fa8570e
4 changed files with 30 additions and 30 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 }}