diff --git a/.github/actions/bootstrap/action.yml b/.github/actions/bootstrap/action.yml index 20daafa5..b0ed8db6 100644 --- a/.github/actions/bootstrap/action.yml +++ b/.github/actions/bootstrap/action.yml @@ -16,16 +16,16 @@ runs: with: go-version-file: 'go.mod' - - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3 + - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 if: "${{ inputs.goreleaser == 'true' }}" with: platforms: linux/arm64, linux/amd64 - name: Set up Docker Buildx if: "${{ inputs.goreleaser == 'true' }}" - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # See https://goreleaser.com/blog/supply-chain-security/ - name: installs syft for generating the SBOM with goreleaser if: "${{ inputs.goreleaser == 'true' }}" - uses: anchore/sbom-action/download-syft@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2 + uses: anchore/sbom-action/download-syft@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25eef06c..6bae750b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: GH_TOKEN: ${{ github.token }} - name: Log in to the Elastic Container registry - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }} username: ${{ secrets.ELASTIC_DOCKER_USERNAME }} @@ -57,7 +57,7 @@ jobs: run: make release # Store artifacts to help with troubleshooting - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: always() with: name: release @@ -65,7 +65,7 @@ jobs: retention-days: 5 # Store artifacts to help with troubleshooting - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: always() with: name: aws diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index cbdefd9c..01f36360 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -39,7 +39,7 @@ jobs: uses: ./.github/actions/bootstrap with: goreleaser: 'true' - - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3 + - uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0 with: terraform_version: 1.2.3 - uses: elastic/oblt-actions/aws/auth@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7def6a6a..29383f5c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: - name: Build run: make build dist - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: always() with: name: snapshots