Skip to content

Commit eea4009

Browse files
Merge pull request #305 from CPS-IT/renovate/github-artifact-actions
[TASK] Pin dependencies
2 parents 998d818 + 5247ffc commit eea4009

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
working-directory: .Build/coverage
9393
run: sed -i 's#/home/runner/work/personio-jobs/personio-jobs#${{ github.workspace }}#g' clover.xml
9494
- name: Upload coverage artifact
95-
uses: actions/upload-artifact@v7
95+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9696
with:
9797
name: coverage
9898
path: .Build/coverage/clover.xml
@@ -110,7 +110,7 @@ jobs:
110110
# Download artifact
111111
- name: Download coverage artifact
112112
id: download
113-
uses: actions/download-artifact@v8
113+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
114114
with:
115115
name: coverage
116116

0 commit comments

Comments
 (0)