diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51da23bd9..251460011 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,7 +159,7 @@ jobs: - name: Generate annotations if: always() - uses: crazy-max/.github/.github/actions/gotest-annotations@64a0bfaf6e6bb1c448d6e4c42b11034ee7094f16 # v1.7.1 + uses: crazy-max/.github/.github/actions/gotest-annotations@9ba6e6f9450baf3b1237f8035c1fdc45932510bd # v1.8.0 with: directory: ./bin/testreports - @@ -237,7 +237,7 @@ jobs: - name: Generate annotations if: always() - uses: crazy-max/.github/.github/actions/gotest-annotations@64a0bfaf6e6bb1c448d6e4c42b11034ee7094f16 # v1.7.1 + uses: crazy-max/.github/.github/actions/gotest-annotations@9ba6e6f9450baf3b1237f8035c1fdc45932510bd # v1.8.0 with: directory: ${{ env.TESTREPORTS_DIR }} - @@ -409,7 +409,7 @@ jobs: - name: Scout id: scout - uses: crazy-max/.github/.github/actions/docker-scout@64a0bfaf6e6bb1c448d6e4c42b11034ee7094f16 # v1.7.1 + uses: crazy-max/.github/.github/actions/docker-scout@9ba6e6f9450baf3b1237f8035c1fdc45932510bd # v1.8.0 with: version: ${{ env.SCOUT_VERSION }} format: sarif diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 15acbc5f8..38b2c4e30 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -146,7 +146,7 @@ jobs: - name: Install k3s if: matrix.driver == 'kubernetes' - uses: crazy-max/.github/.github/actions/install-k3s@64a0bfaf6e6bb1c448d6e4c42b11034ee7094f16 # v1.7.1 + uses: crazy-max/.github/.github/actions/install-k3s@9ba6e6f9450baf3b1237f8035c1fdc45932510bd # v1.8.0 with: version: ${{ env.K3S_VERSION }} -