Skip to content

fix(security): bump Go toolchain to stable#8

Merged
WomB0ComB0 merged 1 commit into
mainfrom
fix/osv-go-1.26
Apr 15, 2026
Merged

fix(security): bump Go toolchain to stable#8
WomB0ComB0 merged 1 commit into
mainfrom
fix/osv-go-1.26

Conversation

@WomB0ComB0
Copy link
Copy Markdown
Member

osv-scanner v2.3.5 requires Go ≥ 1.26.1; pinning 1.23 failed with requires go >= 1.26.1 (running go 1.23.12; GOTOOLCHAIN=local).

🤖 Generated with Claude Code

osv-scanner v2.3.5 requires Go ≥ 1.26.1. Pinning go-version to '1.23'
failed with 'requires go >= 1.26.1 (running go 1.23.12; GOTOOLCHAIN=local)'.
Switch to 'stable' which tracks the latest released Go.
@WomB0ComB0 WomB0ComB0 merged commit 84ee178 into main Apr 15, 2026
@WomB0ComB0 WomB0ComB0 deleted the fix/osv-go-1.26 branch April 15, 2026 05:01
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

WomB0ComB0 added a commit that referenced this pull request May 4, 2026
github/codeql-action's init/analyze and upload-sarif each call
`GET /repos/{owner}/{repo}/actions/runs/{run_id}` for telemetry. The
workflow-level `permissions:` block grants `contents: read`,
`security-events: write`, `pull-requests: read` — but not
`actions: read`. Result: every PR run on every org caller emits

    ##[error]Resource not accessible by integration

at the telemetry call and fails the step. Verified against
resq-software/research PR #8 across multiple consecutive runs.

Add `actions: read` at the job level for codeql and zizmor (the two
jobs that surface the issue). `actions: read` is read-only and
grants no write capability beyond the existing inherited scopes.

Other jobs in this workflow (gitleaks, osv-scanner, dependency-review,
actionlint, semgrep, snyk) don't make the telemetry call and don't
need the scope; leaving their permissions inherited.

Co-authored-by: Mike Odnis <mikeodnis3242004@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant