Skip to content

Commit

Permalink
Merge pull request #355 from aceld/feature/aceld
Browse files Browse the repository at this point in the history
fix CodeQL:Unpinned tag for a non-immutable Action in workflow
  • Loading branch information
aceld authored Dec 18, 2024
2 parents 48553c8 + 720b50c commit 444a817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
uses: reviewdog/action-golangci-lint@dd3fda91790ca90e75049e5c767509dc0ec7d99b
with:
github_token: ${{ secrets.github_token }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
Expand Down

0 comments on commit 444a817

Please sign in to comment.