From aad83027b8e74700cb6c677a472c34c0dc2abbf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 07:40:40 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4.1.9 to 4.2.0 (#12443) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/cc203385981b70ca67e1cc392babf9cc229d5806...b14cf4c92620c250e1c074ab0a5800e37df86765) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codecov.yaml | 2 +- .github/workflows/conformance.yaml | 14 +++++++------- .github/workflows/load-testing.yml | 6 +++--- .github/workflows/nancy.yaml | 2 +- .github/workflows/report-on-vulnerabilities.yaml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 0cffada533..823aba628f 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -53,7 +53,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Download coverage - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 with: name: coverage.out - name: Upload Report to Codecov diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index a1aae87a64..17493474e6 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -717,7 +717,7 @@ jobs: kubectl -n tuf-system get secrets tuf-root -oyaml | sed 's/namespace: .*/namespace: kyverno/' | kubectl create -f - # deploy kyverno - name: Download kyverno images archive - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 with: name: kyverno.tar - name: Load kyverno images archive in kind cluster @@ -790,7 +790,7 @@ jobs: with: verify: true - name: Download kyverno CLI archive - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 with: name: kubectl-kyverno - name: Install Kyverno CLI @@ -808,7 +808,7 @@ jobs: config: ./scripts/config/kind/default.yaml # deploy kyverno - name: Download kyverno images archive - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 with: name: kyverno.tar - name: Load kyverno images archive in kind cluster @@ -868,7 +868,7 @@ jobs: set -e make kind-create-cluster - name: Download kyverno images archive - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 with: name: kyverno.tar - name: Load kyverno images archive in kind cluster @@ -912,7 +912,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # install tools - name: Download kyverno CLI archive - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 with: name: kubectl-kyverno - name: Install Cosign @@ -984,7 +984,7 @@ jobs: cluster_name: kind config: ./scripts/config/kind/default.yaml - name: Download kyverno images archive - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 with: name: kyverno.tar - name: Load kyverno images archive in kind cluster @@ -1048,7 +1048,7 @@ jobs: config: ./scripts/config/kind/default.yaml # deploy kyverno - name: Download kyverno images archive - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 with: name: kyverno.tar - name: Load kyverno images archive in kind cluster diff --git a/.github/workflows/load-testing.yml b/.github/workflows/load-testing.yml index d7b9f64376..d6686b8ea1 100644 --- a/.github/workflows/load-testing.yml +++ b/.github/workflows/load-testing.yml @@ -88,7 +88,7 @@ jobs: cluster_name: kind config: ./scripts/config/kind/default.yaml - name: Download kyverno images archive - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 with: name: kyverno.tar - name: Load Kyverno images archive in Kind cluster @@ -169,7 +169,7 @@ jobs: cluster_name: kind config: ./scripts/config/kind/default.yaml - name: Download kyverno images archive - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 with: name: kyverno.tar - name: Load Kyverno images archive in Kind cluster @@ -258,7 +258,7 @@ jobs: cluster_name: kind config: ./scripts/config/kind/default.yaml - name: Download kyverno images archive - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 with: name: kyverno.tar - name: Load Kyverno images archive in Kind cluster diff --git a/.github/workflows/nancy.yaml b/.github/workflows/nancy.yaml index e0b605cad2..01070ecc0f 100644 --- a/.github/workflows/nancy.yaml +++ b/.github/workflows/nancy.yaml @@ -61,7 +61,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Download scan results - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 with: name: nancy-results.json - name: Set scan output diff --git a/.github/workflows/report-on-vulnerabilities.yaml b/.github/workflows/report-on-vulnerabilities.yaml index 445e5b9fb2..fec5596e16 100644 --- a/.github/workflows/report-on-vulnerabilities.yaml +++ b/.github/workflows/report-on-vulnerabilities.yaml @@ -103,7 +103,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Download scan - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 with: name: scan.json - name: Set scan output