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
18 changes: 9 additions & 9 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"version": "v6.1.0",
"sha": "55cc8345863c7cc4c66a329aec7e433d2d1c52a9"
},
"actions/checkout@v7.0.0": {
"actions/checkout@v7.0.1": {
"repo": "actions/checkout",
"version": "v7.0.0",
"sha": "9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0"
"version": "v7.0.1",
"sha": "3d3c42e5aac5ba805825da76410c181273ba90b1"
},
"actions/download-artifact@v8.0.1": {
"repo": "actions/download-artifact",
Expand Down Expand Up @@ -65,15 +65,15 @@
"version": "v8.3.2",
"sha": "11f9893b081a58869d3b5fccaea48c9e9e46f990"
},
"github/gh-aw-actions/setup-cli@v0.82.13": {
"github/gh-aw-actions/setup-cli@v0.82.14": {
"repo": "github/gh-aw-actions/setup-cli",
"version": "v0.82.13",
"sha": "a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996"
"version": "v0.82.14",
"sha": "b6d1443e05b8716267fa19425b99aa4f12006b4a"
},
"github/gh-aw-actions/setup@v0.82.13": {
"github/gh-aw-actions/setup@v0.82.14": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.82.13",
"sha": "a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996"
"version": "v0.82.14",
"sha": "b6d1443e05b8716267fa19425b99aa4f12006b4a"
}
},
"containers": {
Expand Down
53 changes: 27 additions & 26 deletions .github/workflows/build-test-network-isolation.lock.yml

Large diffs are not rendered by default.

73 changes: 37 additions & 36 deletions .github/workflows/build-test.lock.yml

Large diffs are not rendered by default.

73 changes: 37 additions & 36 deletions .github/workflows/ci-cd-gaps-assessment.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-gaps-assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ permissions:
pull-requests: read
max-ai-credits: 500
max-turns: 4
model: claude-haiku-4.5
engine:
id: copilot
model: claude-haiku-4.5
sandbox:
agent:
id: awf
Expand Down
79 changes: 40 additions & 39 deletions .github/workflows/ci-doctor.lock.yml

Large diffs are not rendered by default.

85 changes: 43 additions & 42 deletions .github/workflows/claude-token-optimizer.lock.yml

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions .github/workflows/claude-token-usage-analyzer.lock.yml

Large diffs are not rendered by default.

73 changes: 37 additions & 36 deletions .github/workflows/cli-flag-consistency-checker.lock.yml

Large diffs are not rendered by default.

75 changes: 38 additions & 37 deletions .github/workflows/config-consistency-auditor.lock.yml

Large diffs are not rendered by default.

71 changes: 36 additions & 35 deletions .github/workflows/contribution-check.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/contribution-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ max-turns: 4
concurrency:
group: "contribution-check-${{ github.event.pull_request.number || github.ref }}"
cancel-in-progress: true
model: gpt-5.4-mini
engine:
id: copilot
model: gpt-5.4-mini
tools:
edit:
github: false
Expand Down
85 changes: 43 additions & 42 deletions .github/workflows/copilot-token-optimizer.lock.yml

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions .github/workflows/copilot-token-usage-analyzer.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/copilot-token-usage-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ safe-outputs:
title-prefix: "\U0001F4CA Copilot Token Usage Report"
labels: [token-usage-report]
close-older-issues: true
model: gpt-5.4-mini
engine:
id: copilot
model: gpt-5.4-mini
max-ai-credits: 2500
timeout-minutes: 15
steps:
Expand Down
75 changes: 38 additions & 37 deletions .github/workflows/dependency-security-monitor.lock.yml

Large diffs are not rendered by default.

81 changes: 41 additions & 40 deletions .github/workflows/doc-maintainer.lock.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/workflows/doc-maintainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
skip_agent: ${{ steps.check.outputs.skip_agent }}
steps:
- name: Checkout
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
- name: Check for relevant changes
Expand All @@ -52,9 +52,9 @@ jobs:
echo "skip_agent=$SKIP_AGENT"
} >> "$GITHUB_OUTPUT"
max-turns: 30
model: claude-haiku-4.5
engine:
id: copilot
model: claude-haiku-4.5
tools:
edit:
bash: false
Expand Down
73 changes: 37 additions & 36 deletions .github/workflows/duplicate-code-detector.lock.yml

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions .github/workflows/duplicate-code-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ tools:
toolsets: [issues]
bash: true

model: gpt-5.4-mini
engine:
id: copilot
model: gpt-5.4-mini

safe-outputs:
threat-detection:
enabled: false
Expand Down
73 changes: 37 additions & 36 deletions .github/workflows/export-audit.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/export-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ permissions:
issues: read

max-turns: 6
model: claude-sonnet-4.5
engine:
id: copilot
model: claude-sonnet-4.5
sandbox:
agent:
id: awf
Expand Down
73 changes: 37 additions & 36 deletions .github/workflows/firewall-issue-dispatcher.lock.yml

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions .github/workflows/issue-duplication-detector.lock.yml

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions .github/workflows/issue-monster.lock.yml

Large diffs are not rendered by default.

88 changes: 45 additions & 43 deletions .github/workflows/model-api-mapping-updater.lock.yml

Large diffs are not rendered by default.

53 changes: 27 additions & 26 deletions .github/workflows/network-isolation-test.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/network-isolation-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
workflow_dispatch:
permissions:
contents: read
model: claude-haiku-4-5
engine:
id: copilot
model: claude-haiku-4-5
network:
allowed:
- defaults
Expand Down Expand Up @@ -58,4 +58,4 @@ curl -sS -o /dev/null -w "denied=%{http_code}\n" https://example.com && \

Summarize whether network isolation is enforcing the egress allowlist as
expected: the allowed domain should return an HTTP status code, and the
non-allowed domain should be blocked.
non-allowed domain should be blocked.
Loading
Loading