Skip to content

Release Setup and Improved Maintainability #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 8, 2025
Merged

Conversation

GrantBirki
Copy link
Member

@GrantBirki GrantBirki commented Jul 3, 2025

This pull request introduces releases to finish the process of making this a published Actions workflow. This PR also introduces maintainability improvements, and stability via pinned GoLang versions and Docker image SHAs.


Related: #23

@Copilot Copilot AI review requested due to automatic review settings July 3, 2025 16:15
@GrantBirki GrantBirki requested a review from a team as a code owner July 3, 2025 16:15
Copy link

@Copilot 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

This PR enhances the GitHub Action by adding branding metadata and updates the CI workflow to install Go before running the debug script.

  • Add a branding section (icon and color) to the action metadata.
  • Insert a Go setup step in the main workflow before executing the OIDC debugger.

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
action.yml Added branding block with icon and color settings.
.github/workflows/main.yml Added actions/setup-go@v5 step to install Go and enable caching.
Files not reviewed (1)
  • .go-version: Language not supported
Comments suppressed due to low confidence (1)

.github/workflows/main.yml:19

  • Indentation misalignment: the setup go step is only indented by 6 spaces, whereas other steps use 8. This will cause a YAML parsing error. Align it with the other steps.
      - name: setup go

@GrantBirki GrantBirki changed the title Release setup Release Setup and Improved Maintainability Jul 3, 2025
@GrantBirki GrantBirki merged commit 9649f89 into main Jul 8, 2025
5 checks passed
@GrantBirki GrantBirki deleted the release-setup branch July 8, 2025 19:59
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.

2 participants