Skip to content

Conversation

@kurtismash
Copy link
Member

No description provided.

@kurtismash kurtismash requested a review from Copilot July 24, 2025 08:20
Copy link
Contributor

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 updates the TFLint version from v0.58.0 to v0.58.1 and adds GitHub token authentication to prevent rate limiting during the initialization step.

  • Updates TFLint version to v0.58.1 with corresponding checksum update
  • Adds GitHub token environment variable to the tflint --init step to avoid API rate limits

2fea1af8e8602d4d9e4253a588ac66f17bf36152cafb51f4d929b8bc6335e740
- name: tflint --init
env:
GITHUB_TOKEN: ${{ github.token }}
Copy link

Copilot AI Jul 24, 2025

Choose a reason for hiding this comment

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

Using github.token provides read-only access to the repository. Consider using secrets.GITHUB_TOKEN for more explicit token management, or verify that read-only permissions are sufficient for TFLint's initialization requirements.

Suggested change
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Copilot uses AI. Check for mistakes.
Copy link
Member Author

Choose a reason for hiding this comment

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

@kurtismash kurtismash merged commit 51580de into main Jul 24, 2025
10 checks passed
@kurtismash kurtismash deleted the kurtismash-patch-1 branch July 24, 2025 08:21
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