Skip to content

Commit 2d0ab0b

Browse files
Bump actions/download-artifact from 4.1.7 to 7.0.0 (#58939)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66c15be commit 2d0ab0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-code-scanning-query-lists.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,13 @@ jobs:
181181
echo "Copied files from github/codeql repo. Commit SHA: $OPENAPI_COMMIT_SHA"
182182
183183
- name: Download security query lists
184-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
184+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
185185
with:
186186
name: security-query-lists
187187
path: data/reusables/code-scanning/codeql-query-tables/
188188

189189
- name: Download quality query lists
190-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
190+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
191191
with:
192192
name: quality-query-lists
193193
path: data/reusables/code-quality/codeql-query-tables/

0 commit comments

Comments
 (0)