Skip to content

develop - #19

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

develop#19
gabrielrufino merged 2 commits into
v2from
develop

Conversation

@gabrielrufino

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

@gabrielrufino
gabrielrufino merged commit 88ac3f7 into v2 Jun 11, 2026
5 checks passed

@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 dependencies in action.yml, including upgrading hadolint/hadolint-action to v3.3.0, actions/upload-artifact to v7 (with continue-on-error: true), and peter-evans/create-or-update-comment to v5. The review feedback correctly identifies that actions/upload-artifact@v7 is a non-existent version, as the current latest major version is v4, which would 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 is v4. Using a non-existent version will cause the GitHub Actions workflow to fail.

    - uses: actions/upload-artifact@v4

@github-actions

Copy link
Copy Markdown

@actalog/dockerfile-ci

Dockerfile CI completed!

Statistics

  • image size: 207MB

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