Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/audit-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
env:
GOEXPERIMENT: ${{ inputs.go-experiment }}
steps:
- uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
- uses: golang/govulncheck-action@31f7c5463448f83528bd771c2d978d940080c9fd # master
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The action is still pinned to a commit SHA (good), but the inline comment # master makes it hard to track what upstream version this corresponds to. If golang/govulncheck-action provides tagged releases, consider pinning to the commit for a specific release and noting that version here (or include the release/tag name alongside the SHA) so future audits/upgrades are easier to reason about.

Suggested change
- uses: golang/govulncheck-action@31f7c5463448f83528bd771c2d978d940080c9fd # master
- uses: golang/govulncheck-action@31f7c5463448f83528bd771c2d978d940080c9fd

Copilot uses AI. Check for mistakes.
Loading