diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 436b5198d..8a7c62a1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,7 +161,7 @@ jobs: - name: Generate annotations if: always() - uses: crazy-max/.github/.github/actions/gotest-annotations@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9 + uses: crazy-max/.github/.github/actions/gotest-annotations@71eec88cb5c2185e8209fab03eeb1f4c76129642 with: directory: ./bin/testreports - @@ -239,7 +239,7 @@ jobs: - name: Generate annotations if: always() - uses: crazy-max/.github/.github/actions/gotest-annotations@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9 + uses: crazy-max/.github/.github/actions/gotest-annotations@71eec88cb5c2185e8209fab03eeb1f4c76129642 with: directory: ${{ env.TESTREPORTS_DIR }} - @@ -478,7 +478,7 @@ jobs: - name: Scout id: scout - uses: crazy-max/.github/.github/actions/docker-scout@ccae1c98f1237b5c19e4ef77ace44fa68b3bc7e4 + uses: crazy-max/.github/.github/actions/docker-scout@71eec88cb5c2185e8209fab03eeb1f4c76129642 with: version: ${{ env.SCOUT_VERSION }} format: sarif diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 67ebd0765..e7e9983cb 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -153,7 +153,7 @@ jobs: - name: Install k3s if: matrix.driver == 'kubernetes' - uses: crazy-max/.github/.github/actions/install-k3s@7730d1434364d4b9aded32735b078a7ace5ea79a + uses: crazy-max/.github/.github/actions/install-k3s@71eec88cb5c2185e8209fab03eeb1f4c76129642 with: version: ${{ env.K3S_VERSION }} - diff --git a/.github/workflows/pr-assign-author.yml b/.github/workflows/pr-assign-author.yml index e97c9e761..46cfd9690 100644 --- a/.github/workflows/pr-assign-author.yml +++ b/.github/workflows/pr-assign-author.yml @@ -11,7 +11,7 @@ on: jobs: run: - uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@c27924b5b93ccfe6dcc0d7b22e779ef3c05f9a92 + uses: crazy-max/.github/.github/workflows/pr-assign-author.yml@71eec88cb5c2185e8209fab03eeb1f4c76129642 permissions: contents: read pull-requests: write