Skip to content

develop - #18

Merged
gabrielrufino merged 2 commits into
mainfrom
develop
Jun 11, 2026
Merged

develop#18
gabrielrufino merged 2 commits into
mainfrom
develop

Conversation

@gabrielrufino

Copy link
Copy Markdown
Collaborator
  • chore: update actions versions
  • fix: allow artifact upload to fail gracefully

@github-actions

Copy link
Copy Markdown

@actalog/dockerfile-ci

Dockerfile CI completed!

Statistics

  • image size: 207MB

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates several GitHub Actions versions in action.yml and adds continue-on-error: true to the artifact upload step. The review identifies critical issues where non-existent major versions are specified for both actions/upload-artifact (v7) and peter-evans/create-or-update-comment (v5), which will cause the workflow to fail.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread action.yml
${{ inputs.image-name }}:latest
shell: bash
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

The action actions/upload-artifact@v7 does not exist. The current latest major version of actions/upload-artifact is v4. Using a non-existent version will cause the workflow to fail.

    - uses: actions/upload-artifact@v4

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Not true

Comment thread action.yml
shell: bash
- if: ${{ github.event_name == 'pull_request' }}
uses: peter-evans/create-or-update-comment@v4
uses: peter-evans/create-or-update-comment@v5

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

The action peter-evans/create-or-update-comment@v5 does not exist. The current latest major version is v4. Please revert this to v4 or use a valid version.

      uses: peter-evans/create-or-update-comment@v4

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Not true

@gabrielrufino
gabrielrufino merged commit 7b5e62d into main Jun 11, 2026
2 checks passed
@gabrielrufino gabrielrufino self-assigned this Jun 11, 2026
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.

1 participant