Skip to content

Bump pinned GitHub Actions to latest release commit#397

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

Bump pinned GitHub Actions to latest release commit#397
kevinchalet merged 2 commits into
devfrom
copilot/bump-github-actions-versions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 20, 2026

The build workflow was still pinned to an older actions/checkout commit. This updates the workflow to the latest release commit while keeping the action reference fully pinned.

  • Workflow dependency update

    • Bump actions/checkout from v4.1.7 to v6.0.2
    • Replace the previous pinned SHA with the release commit for v6.0.2
  • Pinning policy preserved

    • Keep the workflow on an immutable commit reference rather than a floating tag
    • Update the inline version annotation to match the new pinned release
- name: Checkout code
  uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

Copilot AI and others added 2 commits May 20, 2026 13:50
Agent-Logs-Url: https://github.com/openiddict/openiddict-samples/sessions/d1b25ddb-1da4-45e6-9550-59fc48a33882

Co-authored-by: kevinchalet <6998306+kevinchalet@users.noreply.github.com>
Agent-Logs-Url: https://github.com/openiddict/openiddict-samples/sessions/d1b25ddb-1da4-45e6-9550-59fc48a33882

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 6dc6486 into dev May 20, 2026
3 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants