Skip to content

Commit a02b910

Browse files
Bump actions/download-artifact from 4.1.7 to 7.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@65a9edc...37930b1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6cd4f82 commit a02b910

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)