Skip to content

Comments

update github/actions#45

Merged
ienaga merged 1 commit intomainfrom
develop
Nov 1, 2025
Merged

update github/actions#45
ienaga merged 1 commit intomainfrom
develop

Conversation

@ienaga
Copy link
Member

@ienaga ienaga commented Nov 1, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 1, 2025 00:27
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds explicit permission declarations to GitHub Actions workflows to follow the principle of least privilege. The changes restrict workflow permissions to only what's necessary: read access to repository contents and write access to pull requests.

  • Added permissions blocks to workflow jobs
  • Set contents: read and pull-requests: write for each job
  • Applied consistently across multiple workflow files

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/publish.yml Added permissions block to the build job
.github/workflows/lint.yml Added permissions blocks to both macos-browser-test and windows-browser-test jobs

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

@ienaga ienaga merged commit 66ada3c into main Nov 1, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant