Skip to content

Pin edge-apps-actions to v26.9.0 tag - #47

Open
nicomiguelino wants to merge 1 commit into
developmentfrom
chore/pin-edge-apps-actions-v26.9.0
Open

Pin edge-apps-actions to v26.9.0 tag#47
nicomiguelino wants to merge 1 commit into
developmentfrom
chore/pin-edge-apps-actions-v26.9.0

Conversation

@nicomiguelino

Copy link
Copy Markdown
Contributor

Summary

  • References to Screenly/edge-apps-actions reusable actions are switched from the pinned 40-character commit hash (f4ccd2bd50db5fb0a5147d287ac03cafe552d29b) to the v26.9.0 release tag.

Why

  • v26.9.0 points to the exact same commit that was previously pinned by hash (see https://github.com/Screenly/edge-apps-actions/releases/tag/v26.9.0), so this does not change which code runs.
  • This is purely a readability/maintainability change: a version tag is easier to read and cross-reference than a raw commit hash. It is not a reduction in supply-chain safety, since the tag currently resolves to the identical, already-reviewed commit rather than a floating reference.

Switching from a pinned commit hash to the v26.9.0 version tag is
intentional, for easier reference. v26.9.0 points to the exact same
commit that was previously pinned by hash, so this is not a
reduction in supply-chain safety — it is a readability change, not
a move to a floating/unpinned reference.
Copilot AI lite review requested due to automatic review settings September 8, 2026 18:05

Copilot AI 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.

🟡 Changes recommended

Switching from a commit SHA to a mutable tag weakens supply-chain pinning for a third-party action and should remain SHA-pinned (optionally with a tag comment for readability).

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR updates GitHub Actions workflow references to Screenly/edge-apps-actions by replacing a pinned 40-character commit SHA with the v26.9.0 tag to improve readability and cross-referencing.

Changes:

  • Update Screenly/edge-apps-actions/update references from a commit SHA to v26.9.0 in the edge app update workflow (stage + production jobs).
  • Update Screenly/edge-apps-actions/initialize reference from a commit SHA to v26.9.0 in the initialization workflow.
File summaries
File Description
.github/workflows/update-edge-app.yml Switch action ref for update step (stage + production) from SHA to v26.9.0.
.github/workflows/initialize-edge-app.yml Switch action ref for initialize step from SHA to v26.9.0.
Review details

Suppressed comments (1)

.github/workflows/update-edge-app.yml:72

  • Using a mutable tag for a third-party/reusable action weakens supply-chain pinning: tags can be moved to a different commit after review. If you want the readability of the release tag, keep the SHA pin and annotate it with the tag in a comment.
      - uses: Screenly/edge-apps-actions/update@v26.9.0
  • Files reviewed: 2/2 changed files
  • Comments generated: 2
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/initialize-edge-app.yml
Comment thread .github/workflows/update-edge-app.yml
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