diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1277d8e..929e523 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,7 +58,7 @@ jobs: persist-credentials: true - name: Bootstrap environment - uses: anchore/go-make/.github/actions/setup@39fe5f71112d4dceb3ff0a92a40f272f067fc457 # v0.6.0 + uses: anchore/go-make/.github/actions/setup@430e2175bb166bfd138ef75466adbcc8ddab875f # v0.8.0 - name: Build & publish release artifacts run: make ci-release diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index 0230ca4..95495c3 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Bootstrap environment - uses: anchore/go-make/.github/actions/setup@39fe5f71112d4dceb3ff0a92a40f272f067fc457 # v0.6.0 + uses: anchore/go-make/.github/actions/setup@430e2175bb166bfd138ef75466adbcc8ddab875f # v0.8.0 - name: Run static analysis run: make static-analysis @@ -49,7 +49,7 @@ jobs: contents: read steps: - name: Bootstrap environment - uses: anchore/go-make/.github/actions/setup@39fe5f71112d4dceb3ff0a92a40f272f067fc457 # v0.6.0 + uses: anchore/go-make/.github/actions/setup@430e2175bb166bfd138ef75466adbcc8ddab875f # v0.8.0 - name: Run unit tests run: make unit @@ -62,7 +62,7 @@ jobs: contents: read steps: - name: Bootstrap environment - uses: anchore/go-make/.github/actions/setup@39fe5f71112d4dceb3ff0a92a40f272f067fc457 # v0.6.0 + uses: anchore/go-make/.github/actions/setup@430e2175bb166bfd138ef75466adbcc8ddab875f # v0.8.0 with: # why have another build cache key? We don't want unit/integration/etc test build caches to replace # the snapshot build cache, which includes builds for all OSs and architectures. As long as this key is