Skip to content

Commit

Permalink
Merge pull request #34 from arcalot/renovate/all
Browse files Browse the repository at this point in the history
Update golangci/golangci-lint-action action to v4 and replace digest hashes with semantic version tags.
  • Loading branch information
webbnh committed Mar 20, 2024
2 parents c629cd4 + c4054b1 commit 0c03777
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@v4
- name: Pin Golang version for linting
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
uses: actions/setup-go@v5
with:
go-version: ${{ env.go_version }}
- name: Run golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.55.2
args: --timeout=3m
Expand All @@ -27,9 +27,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
uses: actions/setup-go@v5
with:
go-version: ${{ env.go_version }}
- name: Set up gotestfmt
Expand All @@ -56,7 +56,7 @@ jobs:
go tool cover -func /tmp/coverage.out
echo "::endgroup::"
- name: Upload test log
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
uses: actions/upload-artifact@v4
if: always()
with:
name: test-results
Expand Down

0 comments on commit 0c03777

Please sign in to comment.