diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index 81096ef..c0480c5 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -41,7 +41,7 @@ jobs: go build -trimpath -ldflags="-s -w" -o terraform-provider-spiceai_${{ matrix.goos }}_${{ matrix.goarch }} . - name: Upload artifact - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: terraform-provider-spiceai_${{ matrix.goos }}_${{ matrix.goarch }} path: terraform-provider-spiceai_${{ matrix.goos }}_${{ matrix.goarch }} @@ -54,14 +54,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Download all artifacts - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: path: artifacts pattern: terraform-provider-spiceai_* merge-multiple: true - name: Upload combined artifact - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: terraform-provider-spiceai path: artifacts/ diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index c3965fc..19e6589 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -12,7 +12,7 @@ jobs: steps: # NOTE: When TSCCR updates the GitHub action version, update the template workflow file to avoid drift: # https://github.com/hashicorp/terraform-devex-repos/blob/main/modules/repo/workflows/lock.tftpl - - uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1 + - uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0 with: process-only: 'issues, prs' github-token: ${{ github.token }}