Skip to content

Workflow clean up#355

Merged
jonasbn merged 3 commits into
masterfrom
workflow_clean_up
Jun 14, 2026
Merged

Workflow clean up#355
jonasbn merged 3 commits into
masterfrom
workflow_clean_up

Conversation

@jonasbn

@jonasbn jonasbn commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings June 14, 2026 09:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Cleans up the repository’s GitHub Actions workflows by tightening default token permissions and standardizing checkout steps to avoid persisting credentials.

Changes:

  • Add explicit permissions blocks (primarily contents: read, and packages: write where needed).
  • Rename the checkout step and set persist-credentials: false across workflows.
  • Normalize action pin comment annotations (mostly moving away from # ratchet: to # v…).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/spelling_action.yml Adds permissions, standardizes checkout step, and updates action pin annotations.
.github/workflows/shellcheck.yml Adds permissions and standardizes checkout step with persist-credentials: false.
.github/workflows/markdownlint.yml Adds permissions and standardizes checkout step with persist-credentials: false.
.github/workflows/docker-build.yml Standardizes checkout step and action pin annotations while retaining packages: write.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/spelling_action.yml Outdated
@jonasbn jonasbn merged commit c152b89 into master Jun 14, 2026
3 checks passed
@jonasbn jonasbn deleted the workflow_clean_up branch June 14, 2026 09:26
@jonasbn jonasbn mentioned this pull request Jun 19, 2026
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