chore: Add full semver comment to used actions

This commit is contained in:
Wolfgang Walther
2024-03-01 08:58:56 +01:00
parent 6a2d50e2ab
commit 3c12dda474
5 changed files with 34 additions and 34 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 }}