Skip to content

Commit

Permalink
refactor: Use commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
LeelaChacha committed Jan 29, 2025
1 parent d85624a commit 3d7d5f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-listener-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
go-version: '1.21'
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v6.2.0
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
with:
version: v1.60.3
args: --verbose
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-runtime-watcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
go-version: '1.21'
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v6.2.0
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
with:
version: v1.60.3
args: --verbose
Expand Down

0 comments on commit 3d7d5f4

Please sign in to comment.