From fe4b8fc32fc3db2064c2308a5125ffe5930c919f Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Tue, 28 Jan 2025 05:04:42 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .github/workflows/build.yml | 16 ++++++++-------- .github/workflows/prerelease.yml | 16 ++++++++-------- .github/workflows/release.yml | 16 ++++++++-------- .github/workflows/run-acceptance-tests.yml | 8 ++++---- .github/workflows/weekly-pulumi-update.yml | 2 +- 5 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5c3ffc879..37493241e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -217,7 +217,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -361,7 +361,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -500,7 +500,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -566,7 +566,7 @@ jobs: repository: pulumi/scripts - run: echo "ci-scripts" >> .git/info/exclude - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -637,7 +637,7 @@ jobs: persist-credentials: false ref: ${{ env.PR_COMMIT_SHA }} - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -667,7 +667,7 @@ jobs: with: lfs: true - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -731,7 +731,7 @@ jobs: with: lfs: true - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index f1020a1b2b..c09226c7fa 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -60,7 +60,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -209,7 +209,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -352,7 +352,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -491,7 +491,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -557,7 +557,7 @@ jobs: repository: pulumi/scripts - run: echo "ci-scripts" >> .git/info/exclude - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -634,7 +634,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -719,7 +719,7 @@ jobs: with: lfs: true - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -783,7 +783,7 @@ jobs: with: lfs: true - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be4816a679..0403ad6e34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -209,7 +209,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -352,7 +352,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -491,7 +491,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -557,7 +557,7 @@ jobs: repository: pulumi/scripts - run: echo "ci-scripts" >> .git/info/exclude - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -634,7 +634,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -733,7 +733,7 @@ jobs: with: lfs: true - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -797,7 +797,7 @@ jobs: with: lfs: true - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index 63ddb5eee4..4ddc7af562 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -76,7 +76,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -229,7 +229,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -376,7 +376,7 @@ jobs: with: set-env: PROVIDER_VERSION - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" @@ -530,7 +530,7 @@ jobs: persist-credentials: false ref: ${{ env.PR_COMMIT_SHA }} - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum" diff --git a/.github/workflows/weekly-pulumi-update.yml b/.github/workflows/weekly-pulumi-update.yml index 4c0a2374c7..b5acdc47fd 100644 --- a/.github/workflows/weekly-pulumi-update.yml +++ b/.github/workflows/weekly-pulumi-update.yml @@ -46,7 +46,7 @@ jobs: with: lfs: true - name: Install Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: ${{ env.GOVERSION }} cache-dependency-path: "**/*.sum"