Skip to content

Conversation

@sheeeng
Copy link

@sheeeng sheeeng commented Nov 6, 2025

Wait until google/go-github#3807 is being included in the next release.

Resolves #2869.


Before the change?

  • The sha_pinning_required option for actions permissions is not supported.

After the change?

  • The sha_pinning_required option actions permissions is supported.

Pull request checklist

  • Schema migrations have been created if needed (example)
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

@sheeeng sheeeng force-pushed the feat/actions_permissions_sha_pinning_required branch from 6289202 to 49ad201 Compare November 8, 2025 22:31
@sheeeng sheeeng marked this pull request as ready for review November 8, 2025 22:32
@github-actions github-actions bot added the Type: Feature New feature or request label Nov 10, 2025
@nickfloyd nickfloyd moved this from Backlog to BLOCKED in Terraform Provider Nov 12, 2025
@nickfloyd nickfloyd modified the milestone: v7.0.0 Release Nov 20, 2025
@nickfloyd nickfloyd moved this from BLOCKED to In Progress in Terraform Provider Nov 20, 2025
Fix integrations#2869.

Signed-off-by: Leonard Sheng Sheng Lee <leonard.sheng.sheng.lee@gmail.com>
@sheeeng sheeeng force-pushed the feat/actions_permissions_sha_pinning_required branch from b88390d to 6e23078 Compare December 1, 2025 09:46
@sheeeng sheeeng requested a review from nickfloyd December 1, 2025 09:48
@nickfloyd nickfloyd modified the milestones: v7.0.0 Release, v7 Next Dec 1, 2025
@sheeeng
Copy link
Author

sheeeng commented Dec 2, 2025

I ran go get github.com/google/go-github/v79@latest and go mod tidy && go mod vendor, but make build still failing. Any tips to fix this build and/or lint errors? @nickfloyd

@deiga
Copy link
Contributor

deiga commented Dec 2, 2025

@sheeeng The provider doesn't support go-github v79 yet. We're on v67 and getting to v79 in our v7 release.

You could try rebase on #2898, but that might not build currently either

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Feature New feature or request

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

[FEAT]: Support sha_pinning_required for Actions permissions

3 participants