ci(sync): update GitHub Actions - #107
Merged
Merged
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR syncs pinned versions of third-party GitHub Actions used by repository composite actions, updating them to newer release SHAs.
Changes:
- Bump
docker/setup-buildx-actionfrom v4.2.0 to v4.3.0 (pinned by SHA). - Bump
bridgecrewio/checkov-actionfrom v12.3117.0 to v12.3119.0 (pinned by SHA).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/actions/docker-setup/action.yaml | Updates the pinned docker/setup-buildx-action SHA/version comment. |
| .github/actions/checkov/action.yaml | Updates the pinned bridgecrewio/checkov-action SHA/version comment. |
Suppressed comments (1)
.github/actions/checkov/action.yaml:39
output_file_pathis set tocheckov-results.txt,(trailing comma). The following summary step readscheckov-results.txt(no comma), so the output file name won’t match and the summary will always treat the output as missing. Remove the trailing comma so both steps refer to the same file.
uses: bridgecrewio/checkov-action@59b9d7edfcad5b87fbe3f473a9a134a721ad03f8 # v12.3119.0 - https://github.com/bridgecrewio/checkov-action/releases
with:
config_file: ${{ steps.checkov_config.outputs.path }}
output_format: cli
output_file_path: checkov-results.txt,
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
alexpriv8
approved these changes
Aug 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automatically generated PR to sync GitHub Actions and related configs.