Upgrade GitHub Actions to latest versions#854
Upgrade GitHub Actions to latest versions#854tonychang04 merged 1 commit intoInsForge:mainInsForge/InsForge:mainfrom salmanmkc:upgrade-github-actions-node24-generalsalmanmkc/InsForge:upgrade-github-actions-node24-generalCopy head branch name to clipboard
Conversation
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughMultiple GitHub Actions in CI/CD workflows are upgraded to newer major versions, including Docker tooling (setup-qemu, setup-buildx, login, metadata, build-push) and AWS credential configuration. The primary build workflow receives expanded caching and build argument configurations alongside the version bump for docker/build-push-action. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can scan for known vulnerabilities in your dependencies using OSV Scanner.OSV Scanner will automatically detect and report security vulnerabilities in your project's dependencies. No additional configuration is required. |
Bumps GitHub Actions to their latest versions for bug fixes and security patches.
Changes
aws-actions/configure-aws-credentialsv4v6docker/build-push-actionv5v7docker/login-actionv3v4docker/metadata-actionv5v6docker/setup-buildx-actionv3v4docker/setup-qemu-actionv3v4imjasonh/setup-crane31b88ef6da1ae0Release Notes
Release notes for docker/setup-qemu-action
v4.0.0
...truncated
v3.7.0
...truncated
v3.6.0
Full Changelog: docker/setup-qemu-action@v3.5.0...v3.6.0
v3.5.0
Full Changelog: docker/setup-qemu-action@v3.4.0...v3.5.0
v3.4.0
Full Changelog: docker/setup-qemu-action@v3.3.0...v3.4.0
Release notes for docker/setup-buildx-action
v4.0.0
...truncated
v3.12.0
installinput by @crazy-max in deprecate install input docker/setup-buildx-action#455...truncated
v3.11.1
keep-statenot being respected by @crazy-max in fix keep-state not being respected docker/setup-buildx-action#429Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1
v3.11.0
Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0
v3.10.0
Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0
Release notes for docker/login-action
v4.0.0
...truncated
v3.7.0
scopeinput to set scopes for the authentication token by @crazy-max in Add scope input to set scopes for the authentication token docker/login-action#912registry-authinput by @crazy-max in ensure passwords are redacted with registry-auth docker/login-action#911Full Changelog: https://g
...truncated
v3.6.0
registry-authinput for raw authentication to registries by @crazy-max in raw authentication to registries docker/login-action#887...truncated
v3.5.0
...truncated
v3.4.0
...truncated
Release notes for docker/metadata-action
v6.0.0
#inside values while still supporting full-line#comments by @crazy-max in preserve comments in list input values with commentNoInfix docker/metadata-action#607...truncated
v5.10.0
Full Changelog: docker/metadata-action@v5.9.0...v5.10.0
v5.9.0
tag-namesoutput to return tag names without image base name by @crazy-max in tag-names output to return tag names without image base name docker/metadata-action#553...truncated
v5.8.0
is_not_default_branchglobal expression by @crazy-max in is_not_default_branch global expression docker/metadata-action#535...truncated
v5.7.0
DOCKER_METADATA_OUTPUT_*environment variables docker/metadata-action#497...truncated
Release notes for docker/build-push-action
v7.0.0
DOCKER_BUILD_NO_SUMMARYandDOCKER_BUILD_EXPORT_RETENTION_DAYSenvs by @crazy-max in remove deprecated envs docker/build-push-action#1473...truncated
v6.19.2
GIT_AUTH_TOKENhost by @crazy-max in preserve port in GIT_AUTH_TOKEN host docker/build-push-action#1458Full Changelog: docker/build-push-action@v6.19.1...v6.19.2
v6.19.1
GIT_AUTH_TOKENhost from GitHub server URL by @crazy-max in derive GIT_AUTH_TOKEN host from GitHub server URL docker/build-push-action#1456Full Changelog: docker/build-push-action@v6.19.0...v6.19.1
v6.19.0
github.comby @crazy-max in scope default git auth token to github.com docker/build-push-action#1451...truncated
v6.18.0
Full Changelog: docker/build-push-action@v6.17.0...v6.18.0
Release notes for aws-actions/configure-aws-credentials
v6.0.0
6.0.0 (2026-02-04)
⚠ BREAKING CHANGES
Fe
...truncated
v5.1.1
5.1.1 (2025-11-24)
Miscellaneous Chores
v5.1.0
5.1.0 (2025-10-06)
Features
...truncated
v5.0.0
5.0.0 (2025-09-03)
⚠ BREAKING CHANGES
Features
...truncated
v4.3.1
4.3.1 (2025-08-04)
Bug Fixes
Release notes for imjasonh/setup-crane
v0.5
What's Changed
New Contributors
Full Changelog: imjasonh/setup-crane@v0.4...v0.5
Notes
Actions that were previously pinned to commit SHAs remain pinned to SHAs (updated to the latest release SHA).
Worth running the workflows on a branch before merging to make sure everything still works.
Validation Warnings
The following issues were detected by actionlint:
build-image.yml: .github/workflows/build-image.yml:103:9: shellcheck reported issue in this script: SC2086:info:4:12: Double quote to prevent globbing and word splitting [shellcheck]build-image.yml: |build-image.yml: 103 | run: |Summary by CodeRabbit