diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb4f47555..d9fe1eda5 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@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0 + uses: crazy-max/.github/.github/actions/gotest-annotations@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0 with: directory: ./bin/testreports - @@ -237,7 +237,7 @@ jobs: - name: Generate annotations if: always() - uses: crazy-max/.github/.github/actions/gotest-annotations@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0 + uses: crazy-max/.github/.github/actions/gotest-annotations@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0 with: directory: ${{ env.TESTREPORTS_DIR }} - @@ -409,7 +409,7 @@ jobs: - name: Scout id: scout - uses: crazy-max/.github/.github/actions/docker-scout@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0 + uses: crazy-max/.github/.github/actions/docker-scout@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0 with: version: ${{ env.SCOUT_VERSION }} format: sarif diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f0aebf3cb..b2212c301 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@bb328ea508cd6a89d0865555ddbeb148e5724aed # v1.3.0 + uses: crazy-max/.github/.github/actions/install-k3s@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0 with: version: ${{ env.K3S_VERSION }} -