Conversation
Since 2026-09-23, the Jamf-Concepts Actions policy allows only GitHub-owned actions and Jamf-Concepts/crypto-approval-action. golangci/golangci-lint-action is not on that list, so every CI run on a pull request stopped with startup_failure. The Lint step now installs golangci-lint v2.14.0 with go install and runs it. The version is pinned. Before, the step used "latest". The binary is built with the Go toolchain from go.mod. Co-Authored-By: Claude Opus 5.5 <[email protected]>
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Since about 22:00 UTC on 2026-09-23, the Jamf-Concepts organization Actions policy allows only GitHub-owned actions and the pattern
Jamf-Concepts/crypto-approval-action@*. CI on pull requests stops before it starts, with this error:Example: https://github.com/Jamf-Concepts/jamf-cli/actions/runs/36062148685
Change
The Lint step in
.github/workflows/ci.yamlno longer usesgolangci/golangci-lint-action. It runs these commands:latest.go installbuilds the binary with the Go toolchain fromgo.mod.Not in this PR
sync-specs.yamlusespeter-evans/create-pull-request@v8, which the same policy blocks. That workflow runs only on manual dispatch. A separate change will replace it.Test plan
go install [email protected]andgolangci-lint runreported0 issues.🤖 Generated with Claude Code