Skip to content

Update golang/govulncheck-action to master#40

Merged
tangrufus merged 1 commit intomainfrom
govulncheck
Mar 24, 2026
Merged

Update golang/govulncheck-action to master#40
tangrufus merged 1 commit intomainfrom
govulncheck

Conversation

@tangrufus
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings March 24, 2026 09:59
@tangrufus tangrufus enabled auto-merge (squash) March 24, 2026 09:59
@tangrufus tangrufus merged commit 04cdd7b into main Mar 24, 2026
4 checks passed
@tangrufus tangrufus deleted the govulncheck branch March 24, 2026 09:59
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Go vulnerability scanning GitHub Action reference in the reusable “Audit Go” workflow.

Changes:

  • Bumps golang/govulncheck-action from the previously pinned v1.0.4 commit to a newer commit (annotated as master).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants