From a7b37b532ed2c196156daefdd72da147a794f8c7 Mon Sep 17 00:00:00 2001 From: "hashicorp-tsccr[bot]" Date: Fri, 15 Sep 2023 14:18:24 +0000 Subject: [PATCH] Result of tsccr-helper -log-level=info -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..3bdab0ac5 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Install Go toolchain - uses: actions/setup-go@v2 + uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: go-version: ${{ matrix.GO_VERSION }} - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Install Go toolchain - uses: actions/setup-go@v2 + uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.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@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Install Go toolchain - uses: actions/setup-go@v2 + uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.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@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Install Go toolchain - uses: actions/setup-go@v2 + uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.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@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: | ~/.cache/go-build