Skip to content

Commit 2ce99e1

Browse files
Bump actions/download-artifact from 4.1.7 to 8.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@65a9edc...70fc10c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1eda7f commit 2ce99e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
191191
with:
192192
name: quality-query-lists
193193
path: data/reusables/code-quality/codeql-query-tables/

0 commit comments

Comments
 (0)