chore: Add full semver comment to used actions

This commit is contained in:
Wolfgang Walther
2024-03-01 08:54:27 +01:00
parent 0eda5df644
commit f72b47c485
6 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
if: github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure'
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 }}