From 75775e64fcfef8cabcec73bc617a88043de49bbe Mon Sep 17 00:00:00 2001 From: "hashicorp-tsccr[bot]" Date: Fri, 21 Apr 2023 12:31:40 +0100 Subject: [PATCH] Result of tsccr-helper -pin-all-workflows . --- .github/workflows/check.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1019c7b44..741dccb76 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,14 +18,14 @@ jobs: GO_VERSION: [ "1.16","1.17","1.18" ] steps: - name: "Fetch source code" - uses: actions/checkout@v2 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Install Go toolchain - uses: actions/setup-go@v2 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0 with: go-version: ${{ matrix.GO_VERSION }} - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 with: path: | ~/.cache/go-build @@ -48,10 +48,10 @@ jobs: GO_VERSION: [ "1.16","1.17","1.18" ] steps: - name: "Fetch source code" - uses: actions/checkout@v2 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Install Go toolchain - uses: actions/setup-go@v2 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0 with: go-version: ${{ matrix.GO_VERSION }} @@ -59,7 +59,7 @@ jobs: # identical across the unit-tests, e2e-tests, and consistency-checks # jobs, or else weird things could happen. - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 with: path: | ~/.cache/go-build @@ -79,10 +79,10 @@ jobs: GO_VERSION: [ "1.16","1.17","1.18" ] steps: - name: "Fetch source code" - uses: actions/checkout@v2 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Install Go toolchain - uses: actions/setup-go@v2 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0 with: go-version: ${{ matrix.GO_VERSION }} @@ -90,7 +90,7 @@ jobs: # identical across the unit-tests, e2e-tests, and consistency-checks # jobs, or else weird things could happen. - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 with: path: | ~/.cache/go-build @@ -110,10 +110,10 @@ jobs: GO_VERSION: [ "1.16","1.17","1.18" ] steps: - name: "Fetch source code" - uses: actions/checkout@v2 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Install Go toolchain - uses: actions/setup-go@v2 + uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0 with: go-version: ${{ matrix.GO_VERSION }} @@ -121,7 +121,7 @@ jobs: # identical across the unit-tests and consistency-checks # jobs, or else weird things could happen. - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 with: path: | ~/.cache/go-build