From 292a8751333cc3e8af9485aca07b8717fdf1e519 Mon Sep 17 00:00:00 2001 From: "hashicorp-tsccr[bot]" Date: Wed, 1 Jan 2025 06:02:21 +0000 Subject: [PATCH] Result of tsccr-helper -log-level=info gha update -latest .github/ --- .github/workflows/actionlint.yml | 2 +- .github/workflows/hil.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 74f8ea5..d4e7b41 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -8,7 +8,7 @@ jobs: actionlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: "Check workflow files" uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest with: diff --git a/.github/workflows/hil.yml b/.github/workflows/hil.yml index 712a593..83edcf7 100644 --- a/.github/workflows/hil.yml +++ b/.github/workflows/hil.yml @@ -17,13 +17,13 @@ jobs: - 'oldstable' - 'stable' steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Make Test Directory run: mkdir -p "$TEST_RESULTS_PATH"/hil - name: Setup Go - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version: ${{ matrix.go-version }} @@ -40,7 +40,7 @@ jobs: gotestsum --format=short-verbose --junitfile ${{ env.REPORT_FILE }} -- -p 2 ./... - name: Upload Test Results - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: path: ${{ env.TEST_RESULTS_PATH }} name: tests-linux @@ -57,10 +57,10 @@ jobs: - 'stable' steps: - run: git config --global core.autocrlf false - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Go - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version: ${{ matrix.go-version }} @@ -77,6 +77,6 @@ jobs: gotestsum.exe --format=short-verbose --junitfile ${{ env.REPORT_FILE }} -- -p 2 ./... - name: Upload Test Results - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: path: ${{ env.TEST_RESULTS_PATH }}