Skip to content

Bump pinned GitHub Actions in the Pages workflow - #7

Merged
kevinchalet merged 2 commits into
devfrom
copilot/bump-github-actions-versions
May 20, 2026
Merged

Bump pinned GitHub Actions in the Pages workflow#7
kevinchalet merged 2 commits into
devfrom
copilot/bump-github-actions-versions

Conversation

Copilot AI commented May 20, 2026

Copy link
Copy Markdown
Contributor

Updates the GitHub Pages workflow to the latest available GitHub Action releases while keeping every action pinned to an exact commit SHA. This refreshes the workflow without reintroducing floating version tags.

  • Workflow refresh

    • Updates all action references in .github/workflows/build.yml to current releases
    • Keeps each action locked to a specific commit for deterministic CI behavior
  • Actions bumped

    • actions/checkoutv6.0.2
    • actions/setup-nodev6.4.0
    • actions/configure-pagesv6.0.0
    • actions/upload-pages-artifactv5.0.0
    • actions/deploy-pagesv5.0.0
  • Pinning pattern

    - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
    - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0

Copilot AI and others added 2 commits May 20, 2026 13:50
Agent-Logs-Url: https://github.com/openiddict/openiddict-website/sessions/2a7a124e-d828-4f3b-93d8-274b746b6e8b

Co-authored-by: kevinchalet <6998306+kevinchalet@users.noreply.github.com>
Agent-Logs-Url: https://github.com/openiddict/openiddict-website/sessions/2a7a124e-d828-4f3b-93d8-274b746b6e8b

Co-authored-by: kevinchalet <6998306+kevinchalet@users.noreply.github.com>
@kevinchalet
kevinchalet marked this pull request as ready for review May 20, 2026 14:46
@kevinchalet
kevinchalet merged commit 5e07e28 into dev May 20, 2026
2 checks passed
@kevinchalet
kevinchalet deleted the copilot/bump-github-actions-versions branch May 20, 2026 14:56
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