diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index b5c737d693..9350264702 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -29,7 +29,7 @@ jobs: set -e VERSION=${{ github.ref_name }} make docker-save-image-all - name: upload images archive - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: kyverno.tar path: kyverno.tar @@ -52,7 +52,7 @@ jobs: set -e VERSION=${{ github.ref_name }} make build-cli - name: upload images archive - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: kubectl-kyverno path: cmd/cli/kubectl-kyverno/kubectl-kyverno diff --git a/.github/workflows/report-on-vulnerabilities.yaml b/.github/workflows/report-on-vulnerabilities.yaml index 9b4db4fab0..33f53c8ff4 100644 --- a/.github/workflows/report-on-vulnerabilities.yaml +++ b/.github/workflows/report-on-vulnerabilities.yaml @@ -41,7 +41,7 @@ jobs: fi - name: Upload vulnerability scan report - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.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 e67aa459f4..c47f215381 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -32,7 +32,7 @@ jobs: repo_token: ${{ secrets.SCORECARD_READ_TOKEN }} publish_results: true - name: Upload artifact - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: SARIF file path: results.sarif