Skip to content

Commit

Permalink
Merge pull request hashicorp#575 from hashicorp/ci-pin-gh-actions
Browse files Browse the repository at this point in the history
github: Pin external GitHub Actions to hashes
  • Loading branch information
radeksimko committed Jan 30, 2023
2 parents 67270ba + 60a60c4 commit ccff1a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
git config --global core.autocrlf false
- name: "Fetch source code"
uses: actions/checkout@v2
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # https://github.com/actions/checkout/releases/tag/v3.2.0
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # https://github.com/actions/setup-go/releases/tag/v3.5.0
with:
go-version: 1.18
- name: Go test
Expand All @@ -43,9 +43,9 @@ jobs:

steps:
- name: "Fetch source code"
uses: actions/checkout@v2
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # https://github.com/actions/checkout/releases/tag/v3.2.0
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # https://github.com/actions/setup-go/releases/tag/v3.5.0
with:
go-version: 1.18
- name: "Check vet"
Expand Down

0 comments on commit ccff1a9

Please sign in to comment.