From 60a5f43a2e687e455cc0f830cf003c1f479d71ec Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Fri, 21 Mar 2025 06:13:03 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .github/actions/setup-tools/action.yml | 2 +- .github/workflows/build_sdk.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/prerequisites.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml index 1c8995e3..8197ac06 100644 --- a/.github/actions/setup-tools/action.yml +++ b/.github/actions/setup-tools/action.yml @@ -26,7 +26,7 @@ runs: steps: - name: Install Go if: inputs.tools == 'all' || contains(inputs.tools, 'go') - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5 + uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 with: go-version: "1.21.x" cache-dependency-path: | diff --git a/.github/workflows/build_sdk.yml b/.github/workflows/build_sdk.yml index 1ecdfef1..2a47642f 100644 --- a/.github/workflows/build_sdk.yml +++ b/.github/workflows/build_sdk.yml @@ -49,7 +49,7 @@ jobs: with: persist-credentials: false - name: Cache examples generation - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | .pulumi/examples-cache diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f71e1c7d..bcbd2a09 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,7 +34,7 @@ jobs: with: persist-credentials: false - name: Install go - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5 + uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 with: # The versions of golangci-lint and setup-go here cross-depend and need to update together. go-version: 1.23 diff --git a/.github/workflows/prerequisites.yml b/.github/workflows/prerequisites.yml index 75a777f8..f9d598ca 100644 --- a/.github/workflows/prerequisites.yml +++ b/.github/workflows/prerequisites.yml @@ -54,7 +54,7 @@ jobs: major-version: 3 set-env: 'PROVIDER_VERSION' - name: Cache examples generation - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | .pulumi/examples-cache