Skip to content
Open
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
11 changes: 3 additions & 8 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@
"version": "v8",
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
},
"github/gh-aw-actions/setup@v0.61.0": {
"github/gh-aw-actions/setup@v0.83.4": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.61.0",
"sha": "df014dd7d03b638e860b2aeca95c833fd97c8cf1"
},
"github/gh-aw/actions/setup@v0.43.23": {
"repo": "github/gh-aw/actions/setup",
"version": "v0.43.23",
"sha": "9382be3ca9ac18917e111a99d4e6bbff58d0dccc"
"version": "v0.83.4",
"sha": "e89c65e17eb281bbd5ff2ff9e9199a03e96654c7"
}
}
}
1,827 changes: 1,200 additions & 627 deletions .github/workflows/ci-doctor.lock.yml

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions .github/workflows/ci-doctor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# CI Doctor - GitHub Agentic Workflow
# Investigates failed CI workflows and opens diagnostic issues
#
# MAINTENANCE NOTE: after running `gh aw compile` with gh-aw v0.61.0, verify
# that the `actions/github-script` SHA in the generated .lock.yml stays pinned
# to v9.0.0 (`3a2844b7e9c422d3c10d287c895573f7108da1b3`). v0.61.0's bundled
# scaffolding emits the older v8 SHA and would silently revert PR #244. See
# MAINTENANCE NOTE: after running `gh aw compile`, verify that the
# `actions/github-script` SHA in the generated .lock.yml stays pinned
# to v9.0.0 (`3a2844b7e9c422d3c10d287c895573f7108da1b3`). Older gh-aw
# scaffolding emitted the v8 SHA and would silently revert PR #244. See
# PR #252 for context.

on:
Expand All @@ -23,6 +23,7 @@ permissions:
contents: read
actions: read
issues: read
copilot-requests: write

network:
allowed:
Expand All @@ -32,8 +33,6 @@ tools:
github:
lockdown: false
toolsets: [issues, actions]
fetch:
allowed: []

safe-outputs:
noop:
Expand Down
1,629 changes: 1,102 additions & 527 deletions .github/workflows/msdo-breach-monitor.lock.yml

Large diffs are not rendered by default.

20 changes: 7 additions & 13 deletions .github/workflows/msdo-breach-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# MSDO Toolchain Breach Monitor - GitHub Agentic Workflow
# Nightly supply chain breach monitor for MSDO toolchain dependencies
#
# MAINTENANCE NOTE: after running `gh aw compile` with gh-aw v0.61.0, verify
# that the `actions/github-script` SHA in the generated .lock.yml stays pinned
# to v9.0.0 (`3a2844b7e9c422d3c10d287c895573f7108da1b3`). v0.61.0's bundled
# scaffolding emits the older v8 SHA and would silently revert PR #244. See
# MAINTENANCE NOTE: after running `gh aw compile`, verify that the
# `actions/github-script` SHA in the generated .lock.yml stays pinned
# to v9.0.0 (`3a2844b7e9c422d3c10d287c895573f7108da1b3`). Older gh-aw
# scaffolding emitted the v8 SHA and would silently revert PR #244. See
# PR #252 for context.

on:
Expand All @@ -21,6 +21,7 @@ engine:
permissions:
contents: read
issues: read
copilot-requests: write

network:
allowed:
Expand All @@ -29,20 +30,13 @@ network:
- dotnet
- nvd.nist.gov
- osv.dev
- node

tools:
github:
lockdown: false
toolsets: [issues]
fetch:
allowed:
- raw.githubusercontent.com
- nvd.nist.gov
- services.nvd.nist.gov
- osv.dev
- pypi.org
- api.nuget.org
- registry.npmjs.org
web-fetch:

safe-outputs:
noop:
Expand Down
1,615 changes: 1,095 additions & 520 deletions .github/workflows/msdo-issue-assistant.lock.yml

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions .github/workflows/msdo-issue-assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# MSDO Issue Assistant - GitHub Agentic Workflow
# Automatically triage and respond to issues using wiki knowledge
#
# MAINTENANCE NOTE: after running `gh aw compile` with gh-aw v0.61.0, verify
# that the `actions/github-script` SHA in the generated .lock.yml stays pinned
# to v9.0.0 (`3a2844b7e9c422d3c10d287c895573f7108da1b3`). v0.61.0's bundled
# scaffolding emits the older v8 SHA and would silently revert PR #244. See
# MAINTENANCE NOTE: after running `gh aw compile`, verify that the
# `actions/github-script` SHA in the generated .lock.yml stays pinned
# to v9.0.0 (`3a2844b7e9c422d3c10d287c895573f7108da1b3`). Older gh-aw
# scaffolding emitted the v8 SHA and would silently revert PR #244. See
# PR #252 for context.

on:
Expand All @@ -22,6 +22,7 @@ engine:
permissions:
contents: read
issues: read
copilot-requests: write

network:
allowed:
Expand All @@ -31,9 +32,7 @@ tools:
github:
lockdown: false
toolsets: [issues]
fetch:
allowed:
- raw.githubusercontent.com
web-fetch:

safe-outputs:
noop:
Expand Down
Loading