We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f324e commit 8ea23feCopy full SHA for 8ea23fe
.github/workflows/container-ci.yaml
@@ -125,7 +125,7 @@ jobs:
125
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
126
with:
127
egress-policy: audit
128
- - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+ - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
129
130
path: matrix
131
- name: Set Matrix
.github/workflows/integration-test.yaml
@@ -79,7 +79,7 @@ jobs:
79
permissions:
80
pull-requests: write
81
steps:
82
- - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.0
+ - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.0
83
id: download_artifact_outputs
84
85
pattern: test-runner-summary*
0 commit comments