Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 26, 2025

Dependabot bump of actions/checkout v5 → v6, extended to disable credential persistence across all workflow files.

Changes

  • Bumped actions/checkout from v5 to v6 (dependabot)
  • Added persist-credentials: false to all checkout steps:
    • .github/workflows/Action-Test.yml
    • .github/workflows/Auto-Release.yml
    • .github/workflows/Linter.yml
- name: Checkout repo
  uses: actions/checkout@v6
  with:
    persist-credentials: false

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@MariusStorhaug MariusStorhaug marked this pull request as ready for review November 26, 2025 09:32
@MariusStorhaug MariusStorhaug requested a review from a team as a code owner November 26, 2025 09:32
Copilot AI changed the title [WIP] Update actions/checkout from version 5 to 6 Bump actions/checkout from 5 to 6 with persist-credentials: false Nov 26, 2025
Copilot AI requested a review from MariusStorhaug November 26, 2025 09:32
@MariusStorhaug MariusStorhaug merged commit f6925b8 into dependabot/github_actions/actions/checkout-6 Nov 26, 2025
14 of 17 checks passed
@MariusStorhaug MariusStorhaug deleted the copilot/sub-pr-85 branch November 26, 2025 09:46
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