diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index a61619c131..9112f47741 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -34,7 +34,7 @@ jobs: - name: Generate Code Coverage Report run: make code-cov-report - name: Upload coverage - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: coverage.out path: coverage.out diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index fad0b330d7..5dffc3121f 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -37,7 +37,7 @@ jobs: set -e VERSION=${{ github.ref_name }} make docker-save-image-all - name: upload images archive - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: kyverno.tar path: kyverno.tar @@ -66,7 +66,7 @@ jobs: set -e VERSION=${{ github.ref_name }} make build-cli - name: upload images archive - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: kubectl-kyverno path: cmd/cli/kubectl-kyverno/kubectl-kyverno diff --git a/.github/workflows/load-testing.yml b/.github/workflows/load-testing.yml index 4e0f8b2da9..ef3d56a9b2 100644 --- a/.github/workflows/load-testing.yml +++ b/.github/workflows/load-testing.yml @@ -35,7 +35,7 @@ jobs: set -e VERSION=${{ github.ref_name }} make docker-save-image-all - name: upload images archive - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: kyverno.tar path: kyverno.tar @@ -121,19 +121,19 @@ jobs: kubectl -n kyverno get vpa goldilocks-kyverno-admission-controller -o jsonpath='{.status.recommendation.containerRecommendations[*]}' - name: Archive load test results if: failure() - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: load-test-reports path: load-testing/k6/${{ matrix.test }}.js-${{ matrix.k6-config.vus }}vu-${{ matrix.k6-config.iterations }}it-logs.txt - name: Archive pprof CPU profiles if: failure() - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: pprof-cpu-profiles path: cpu.pprof - name: Archive pprof HEAP profiles if: failure() - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: pprof-heap-profiles path: heap.pprof diff --git a/.github/workflows/nancy.yaml b/.github/workflows/nancy.yaml index 842fb6e3db..a84e9481b7 100644 --- a/.github/workflows/nancy.yaml +++ b/.github/workflows/nancy.yaml @@ -44,7 +44,7 @@ jobs: echo "results=nothing" >> $GITHUB_OUTPUT fi - name: Upload vulnerability scan report - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: steps.parse-results.outputs.results == 'found' with: name: nancy-results.json diff --git a/.github/workflows/report-on-vulnerabilities.yaml b/.github/workflows/report-on-vulnerabilities.yaml index 2355dc9190..5261bbe9ed 100644 --- a/.github/workflows/report-on-vulnerabilities.yaml +++ b/.github/workflows/report-on-vulnerabilities.yaml @@ -86,7 +86,7 @@ jobs: fi - name: Upload vulnerability scan report - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: steps.parse-results.outputs.results == 'found' with: name: scan.json diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 465e41fdfd..425535a8c8 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -34,7 +34,7 @@ jobs: repo_token: ${{ secrets.SCORECARD_READ_TOKEN }} publish_results: true - name: Upload artifact - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file path: results.sarif