mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
ci: Update config
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -48,9 +48,8 @@ jobs:
|
|||||||
tidy:
|
tidy:
|
||||||
uses: taiki-e/github-actions/.github/workflows/tidy.yml@main
|
uses: taiki-e/github-actions/.github/workflows/tidy.yml@main
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write # for creating branch for pr
|
||||||
pull-requests: write # for gh pr edit --add-assignee
|
pull-requests: write # unused (used in `codegen-automerge: true` case)
|
||||||
repository-projects: read # for gh pr edit --add-assignee
|
|
||||||
security-events: write # for github/codeql-action/*
|
security-events: write # for github/codeql-action/*
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
|||||||
5
.github/workflows/manifest.yml
vendored
5
.github/workflows/manifest.yml
vendored
@@ -35,9 +35,8 @@ jobs:
|
|||||||
manifest:
|
manifest:
|
||||||
uses: taiki-e/github-actions/.github/workflows/gen.yml@main
|
uses: taiki-e/github-actions/.github/workflows/gen.yml@main
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write # for creating branch for pr
|
||||||
pull-requests: write # for gh pr edit --add-assignee / gh pr review --approve
|
pull-requests: write # for gh pr review --approve
|
||||||
repository-projects: read # for gh pr edit --add-assignee
|
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
script: tools/manifest.sh
|
script: tools/manifest.sh
|
||||||
|
|||||||
2
.github/zizmor.yml
vendored
2
.github/zizmor.yml
vendored
@@ -2,7 +2,7 @@
|
|||||||
# https://docs.zizmor.sh/configuration/
|
# https://docs.zizmor.sh/configuration/
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
dependabot-cooldown: { disable: true } # Useless unless hash-pin is forced by unpinned-uses.
|
dependabot-cooldown: { disable: true } # Unless dependencies are pinned/locked, the effect is limited.
|
||||||
secrets-inherit: { disable: true }
|
secrets-inherit: { disable: true }
|
||||||
unpinned-uses:
|
unpinned-uses:
|
||||||
config:
|
config:
|
||||||
|
|||||||
Reference in New Issue
Block a user