Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"version": "v5",
"sha": "08c6903cd8c0fde910a37f88322edcfb5dd907a8"
},
"actions/github-script@v8": {
"repo": "actions/github-script",
"version": "v8",
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
},
"actions/setup-go@v5": {
"repo": "actions/setup-go",
"version": "v5",
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/audit-workflows.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/audit-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
permissions:
contents: read
actions: read
issues: read
pull-requests: read
engine: claude
tools:
cache-memory: true
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/blog-auditor.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/blog-auditor.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
- cron: "0 12 * * 3" # Weekly on Wednesday at 12:00 UTC
permissions:
contents: read
actions: read
issues: read
pull-requests: read
engine: claude
network:
allowed:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-version-checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
permissions:
contents: read
actions: read
pull-requests: read
engine: copilot
network:
allowed: [defaults, node, "api.github.com", "ghcr.io"]
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/commit-changes-analyzer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/commit-changes-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
type: string
permissions:
contents: read
actions: read
issues: read
pull-requests: read
engine:
id: claude
max-turns: 100
Expand Down
18 changes: 10 additions & 8 deletions .github/workflows/craft.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/craft.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
events: [issues]
permissions:
contents: read
actions: read
issues: read
pull-requests: read
engine: copilot
tools:
edit:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/daily-doc-updater.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/daily-doc-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:

permissions:
contents: read
issues: read
pull-requests: read
actions: read

engine: claude

Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/daily-firewall-report.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/daily-firewall-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
permissions:
contents: read
actions: read
issues: read
pull-requests: read

safe-outputs:
create-discussion:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/daily-repo-chronicle.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
workflow_dispatch:
permissions:
contents: read
actions: read
issues: read
pull-requests: read
discussions: read
Expand Down
Loading
Loading