-
-
Notifications
You must be signed in to change notification settings - Fork 35
v1.0.0 #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
v1.0.0 #177
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
7fc3d8a
feat: itch.ioへの自動デプロイ
ayutaz 36f0ab3
fix: GitHub Actionsのビルドスクリプトでのパッケージパスの修正
ayutaz c33a420
chore: GitHub Actionsのビルドおよびリリーススクリプトからデバッグ用のファイルリスト出力を削除
ayutaz 2260718
Merge pull request #171 from MidraLab/feat/deply_itch
ayutaz 3dc5bb0
feat: uPiperの導入
ayutaz e92ea11
fix: 繋ぎこみ
ayutaz fe68b79
Merge pull request #174 from MidraLab/feat/upiper
ayutaz 0b6c7de
feat: バージョンを1.0.0に更新
ayutaz cff62b3
Merge pull request #175 from MidraLab/feat/update-version-to-1.0.0
ayutaz 0e1cfc9
fix: モーダルが開いていないときだけClickによるボイスの反応を行うようにする
ayutaz 54982d2
Merge pull request #176 from MidraLab/feat/modal-click-sound-control
ayutaz 5c67ca3
fix: uPiperのmac プラグインの追加
ayutaz aeee718
feat: openjtalk_wrapper.bundle.metaのプラグインインポータ設定を追加
ayutaz 3543c21
Merge pull request #178 from MidraLab/fix/upiper_mac
ayutaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
Copilot Autofix
AI about 1 year ago
To address this problem, add an explicit
permissionsblock to the workflow YAML—either at the top level (root) to apply to all jobs, or at individual job levels if needing different scopes. Since this workflow mainly downloads/upload artifacts and interacts with Git LFS but does not push to the repository or do writes to issues or pull requests, the minimal safest setting is likelycontents: read. If you add this block at the root of the workflow—after thenameand beforeonorjobs—it will apply to all jobs, meeting the principle of least privilege and satisfying the CodeQL recommendation.Changes:
.github/workflows/build.yml(between thenameandonfields) the line(s):