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
2 changes: 1 addition & 1 deletion .github/workflows/ai-moderator.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Use the cache memory at `/tmp/gh-aw/cache-memory/` to track spam activity across

### Reading the Spam Log

At the start of your analysis, read the spam log file at `/tmp/gh-aw/cache-memory/spam-log.json` (it may not exist on the first run). The file contains an array of spam events:
At the start of your analysis, try to read the spam log file at `/tmp/gh-aw/cache-memory/spam-log.json`. This file may not exist (it is absent on the first run or whenever the 24-hour cache has expired) — if it is missing, proceed with an empty array and **do not** call `missing_data`. The file contains an array of spam events:

```json
[
Expand Down
41 changes: 18 additions & 23 deletions pkg/workflow/data/action_pins.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
"version": "v5.2.0",
"sha": "be666c2fcd27ec809703dec50e508c2fdc7f6654"
},
"actions/setup-node@v6.3.0": {
"actions/setup-node@v6.4.0": {
"repo": "actions/setup-node",
"version": "v6.3.0",
"sha": "53b83947a5a98c8d113130e565377fae1a50d02f"
"version": "v6.4.0",
"sha": "48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e"
},
Comment on lines +86 to 90
Copy link

Copilot AI Apr 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description lists only the ai-moderator.md wording change, but this file also updates several pinned action versions/SHAs (and removes a pin). Please confirm these pin updates are intentional and either mention them explicitly in the PR description or split them into a separate PR to keep the change focused.

Copilot uses AI. Check for mistakes.
"actions/setup-python@v6.2.0": {
"repo": "actions/setup-python",
Expand All @@ -103,10 +103,10 @@
"version": "v0.24.0",
"sha": "e22c389904149dbc22b58101806040fa8d37a610"
},
"astral-sh/setup-uv@v8.0.0": {
"astral-sh/setup-uv@v8.1.0": {
"repo": "astral-sh/setup-uv",
"version": "v8.0.0",
"sha": "cec208311dfd045dd5311c1add060b2062131d57"
"version": "v8.1.0",
"sha": "08807647e7069bb48b6ef5acd8ec9567f424441b"
},
"cli/gh-extension-precompile@v2.1.0": {
"repo": "cli/gh-extension-precompile",
Expand Down Expand Up @@ -143,40 +143,35 @@
"version": "v1.24",
"sha": "3077b49d03fe1e281e5e5bc79084f079e9bf93ca"
},
"github/codeql-action/upload-sarif@v4.35.1": {
"github/codeql-action/upload-sarif@v4.35.2": {
"repo": "github/codeql-action/upload-sarif",
"version": "v4.35.1",
"sha": "0e9f55954318745b37b7933c693bc093f7336125"
},
"github/gh-aw-actions/setup@v0.68.2": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.68.2",
"sha": "19c436149e80e5be4f0adbd9cdeb391acea5fa91"
"version": "v4.35.2",
"sha": "7fc6561ed893d15cec696e062df840b21db27eb0"
},
"github/stale-repos@v9.0.8": {
"repo": "github/stale-repos",
"version": "v9.0.8",
"sha": "5f2e18fc5432823f96c1feb69327f665c2acab59"
},
"haskell-actions/setup@v2.10.4": {
"haskell-actions/setup@v2.11": {
"repo": "haskell-actions/setup",
"version": "v2.10.4",
"sha": "77bff5043ea8b8189e09903b6f29125b16c531f9"
"version": "v2.11",
"sha": "1cb3cd8a008d80c9fa129c0f0823d69584905f5b"
},
"microsoft/apm-action@v1.4.1": {
"microsoft/apm-action@v1.4.2": {
"repo": "microsoft/apm-action",
"version": "v1.4.1",
"sha": "a190b0b1a91031057144dc136acf9757a59c9e4d"
"version": "v1.4.2",
"sha": "9fe9337ef58b5e620e0113071ceb47a6a8a232f7"
},
"oven-sh/setup-bun@v2.2.0": {
"repo": "oven-sh/setup-bun",
"version": "v2.2.0",
"sha": "0c5077e51419868618aeaa5fe8019c62421857d6"
},
"ruby/setup-ruby@v1.301.0": {
"ruby/setup-ruby@v1.305.0": {
"repo": "ruby/setup-ruby",
"version": "v1.301.0",
"sha": "4c56a21280b36d862b5fc31348f463d60bdc55d5"
"version": "v1.305.0",
"sha": "0cb964fd540e0a24c900370abf38a33466142735"
},
"super-linter/super-linter@v8.6.0": {
"repo": "super-linter/super-linter",
Expand Down
Loading