summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorhashicorp-tsccr[bot] <129506189+hashicorp-tsccr[bot]@users.noreply.github.com>2024-10-21 08:49:05 +0200
committerGitHub <noreply@github.com>2024-10-21 08:49:05 +0200
commitd20d07fa73707e58954493bdd600c1fb0a0d4c77 (patch)
tree7357a015a7979948035625079835b7bbc90c9633 /.github
parent3883feb0e06458153e8a1b56566582b6725330d2 (diff)
github: Pin action refs to latest trusted by TSCCR (#700)main
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/checks.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index a5f6b7a..75c1f98 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -30,9 +30,9 @@ jobs:
run: |
git config --global core.autocrlf false
- name: "Fetch source code"
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Go
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
+ uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: go.mod
- name: Go test
@@ -44,9 +44,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Fetch source code"
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Go
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
+ uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: go.mod
- name: "copyright headers check"
@@ -58,9 +58,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Fetch source code"
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Go
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
+ uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: go.mod
- name: "go vet"
@@ -72,9 +72,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Fetch source code"
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Go
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
+ uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: go.mod
- name: "gofmt"