Skip to content

Commit

Permalink
Merge pull request #136 from tklauser/pr/tklauser/gha-versions
Browse files Browse the repository at this point in the history
.github/workflows: add version comments to used actions
  • Loading branch information
tklauser authored Jan 15, 2025
2 parents 7839cc3 + 7bf5907 commit cb072ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:

steps:
- name: Install Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.0.2
with:
go-version: '1.23'

- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:

steps:
- name: Install Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.0.2
with:
go-version: ${{ matrix.go-version }}

- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check formatting
if: ${{ matrix.go-version == '1.23' && matrix.os == 'ubuntu-24.04' }}
Expand Down

0 comments on commit cb072ab

Please sign in to comment.