Skip to content

Commit

Permalink
Pinned Actions to full versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaene committed Apr 1, 2022
1 parent 6ef2075 commit c8a69fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.0.0

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v3.0.0
with:
go-version: "^1.18"

- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v3.1.0

build:
name: Build
Expand All @@ -35,12 +35,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.0.0
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v3.0.0
with:
go-version: "^1.18"

Expand Down

0 comments on commit c8a69fb

Please sign in to comment.