Skip to content

chore: pin deploy-pages.yml actions to latest major versions with SHA#1716

Merged
pelikhan merged 1 commit into
mainfrom
copilot/update-actions-to-latest-release
Jul 21, 2026
Merged

chore: pin deploy-pages.yml actions to latest major versions with SHA#1716
pelikhan merged 1 commit into
mainfrom
copilot/update-actions-to-latest-release

Conversation

Copilot AI commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

All five actions in deploy-pages.yml were unpinned (tag-only refs), lagging behind current major versions, and unprotected against supply-chain attacks.

Updates

Action Before After
actions/checkout v6 v7.0.1
actions/setup-node v4 v7.0.0
actions/configure-pages v5 v6.0.0
actions/upload-pages-artifact v3 v5.0.0
actions/deploy-pages v4 v5.0.0

All refs are now SHA-pinned with the version tag as an inline comment, e.g.:

uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title chore: update deploy-pages.yml actions to latest versions with SHA pins chore: pin deploy-pages.yml actions to latest major versions with SHA Jul 21, 2026
Copilot AI requested a review from pelikhan July 21, 2026 07:04
@pelikhan
pelikhan marked this pull request as ready for review July 21, 2026 07:05
@pelikhan
pelikhan merged commit e14d748 into main Jul 21, 2026
@pelikhan
pelikhan deleted the copilot/update-actions-to-latest-release branch July 21, 2026 07:05
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