Skip to content

Commit 7303454

Browse files
authored
Merge pull request #374 from JohT/renovate/actions-download-artifact-digest
Update actions/download-artifact digest to d3f86a1
2 parents 4d0a419 + 3b5d2ed commit 7303454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/public-analyze-code-graph.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,14 @@ jobs:
135135

136136
- name: (Code Analysis Setup) Download sources for analysis
137137
if: inputs.sources-upload-name != ''
138-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
138+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
139139
with:
140140
name: ${{ inputs.sources-upload-name }}
141141
path: temp/${{ inputs.analysis-name }}/source/${{ inputs.analysis-name }}
142142

143143
- name: (Code Analysis Setup) Download artifacts for analysis
144144
if: inputs.artifacts-upload-name != ''
145-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
145+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
146146
with:
147147
name: ${{ inputs.artifacts-upload-name }}
148148
path: temp/${{ inputs.analysis-name }}/artifacts

0 commit comments

Comments
 (0)