Skip to content

Bump actions/attest from 2.3.0 to 2.4.0 #178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2025

Conversation

bdehamer
Copy link
Collaborator

Updates the reference to the actions/attest action from v2.3.0 to v2.4.0.

https://github.com/actions/attest/releases/tag/v2.4.0

Signed-off-by: Brian DeHamer <bdehamer@github.com>
@Copilot Copilot AI review requested due to automatic review settings June 11, 2025 17:41
@bdehamer bdehamer requested a review from a team as a code owner June 11, 2025 17:41
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the actions/attest GitHub Action from v2.3.0 to v2.4.0 and documents a new behavior where generated attestation paths are recorded to a temporary file.

  • Bump actions/attest reference in action.yml to v2.4.0
  • Add documentation in README.md explaining accumulation of attestation path records

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
action.yml Update actions/attest reference to v2.4.0 commit
README.md Document that ${RUNNER_TEMP}/created_attestation_paths.txt accumulates all attestation paths
Comments suppressed due to low confidence (2)

action.yml:74

  • Pin to the semantic tag actions/attest@v2.4.0 instead of a commit SHA to allow automatic patch updates and clearer versioning.
    - uses: actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc # v2.4.0

README.md:130

  • [nitpick] Consider adding an example command showing how to consume created_attestation_paths.txt (e.g., using cat or parsing in a subsequent step) to help users integrate this workflow.
The absolute path to the generated attestation is appended to the file

@bdehamer bdehamer merged commit bd218ad into main Jun 11, 2025
20 checks passed
@bdehamer bdehamer deleted the bdehamer/actions-attest-2.4.0 branch June 11, 2025 17:44
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.

2 participants