Skip to content

feat: add Dockerfile for actionlint version pinning#3

Merged
tmknom merged 1 commit intomainfrom
feat/pin-docker-image-digest
Apr 8, 2025
Merged

feat: add Dockerfile for actionlint version pinning#3
tmknom merged 1 commit intomainfrom
feat/pin-docker-image-digest

Conversation

@tmknom
Copy link
Copy Markdown
Owner

@tmknom tmknom commented Apr 8, 2025

  • Introduced a Dockerfile to pin the actionlint version using a specific SHA256 digest (1.7.7) for enhanced security and reproducibility.
  • Updated action.yml to dynamically extract the Docker image reference from the Dockerfile, replacing the previously hardcoded latest tag.
  • Improved maintainability by centralizing the Docker image definition, ensuring consistency and reducing the risk of unintended updates.

@github-actions github-actions bot added enhancement New feature or request action labels Apr 8, 2025
….yml

- Introduced a `Dockerfile` to pin the actionlint version using a specific SHA256 digest (`1.7.7`) for enhanced security and reproducibility.
- Updated `action.yml` to dynamically extract the Docker image reference from the `Dockerfile`, replacing the previously hardcoded `latest` tag.
- Improved maintainability by centralizing the Docker image definition, ensuring consistency and reducing the risk of unintended updates.
@tmknom tmknom force-pushed the feat/pin-docker-image-digest branch from 4ffd8a1 to 94b3beb Compare April 8, 2025 10:03
@tmknom tmknom changed the title feat: pin Docker image digest feat: add Dockerfile for actionlint version pinning Apr 8, 2025
@tmknom tmknom merged commit eecd4a0 into main Apr 8, 2025
4 checks passed
@tmknom tmknom deleted the feat/pin-docker-image-digest branch April 8, 2025 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant