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
11 changes: 8 additions & 3 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,20 @@
"version": "v8",
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
},
"actions/github-script@v9": {
"repo": "actions/github-script",
"version": "v9",
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
},
"actions/upload-artifact@v7.0.0": {
"repo": "actions/upload-artifact",
"version": "v7.0.0",
"sha": "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
},
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

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

.github/aw/actions-lock.json is missing an entry for actions/upload-artifact@v7.0.1 (sha 043fb46d1a93c77aae656e7c1c64a875d1fc6a0a), but the updated compiled workflows are pinned to that SHA/version. If gh aw compile --validate checks actions against this lock file, compilation/validation will fail. Add a lock entry for actions/upload-artifact@v7.0.1 (and keep v7.0.0 if still referenced elsewhere).

Suggested change
},
},
"actions/upload-artifact@v7.0.1": {
"repo": "actions/upload-artifact",
"version": "v7.0.1",
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
},

Copilot uses AI. Check for mistakes.
"github/gh-aw-actions/setup@v0.64.2": {
"github/gh-aw-actions/setup@v0.68.3": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.64.2",
"sha": "f22886a9607f5c27e79742a8bfc5faa34737138b"
"version": "v0.68.3",
"sha": "ba90f2186d7ad780ec640f364005fa24e797b360"
},
"github/gh-aw/actions/setup@v0.64.2": {
"repo": "github/gh-aw/actions/setup",
Expand Down
652 changes: 391 additions & 261 deletions .github/workflows/cli-for-beginners-sync.lock.yml

Large diffs are not rendered by default.

697 changes: 407 additions & 290 deletions .github/workflows/codeowner-update.lock.yml

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions .github/workflows/codeowner-update.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: 'Updates the CODEOWNERS file when a maintainer comments #codeowner on a pull request'
description: "Updates the CODEOWNERS file when a maintainer comments #codeowner on a pull request"
on:
issue_comment:
types: [created]
Expand All @@ -16,7 +16,6 @@ safe-outputs:
base-branch: staged
title-prefix: "[codeowner] "
draft: false
github-token: ${{ secrets.GH_AW_CODEOWNER_PR_TOKEN }}
add-comment:
max: 1
noop:
Expand Down
594 changes: 360 additions & 234 deletions .github/workflows/duplicate-resource-detector.lock.yml

Large diffs are not rendered by default.

616 changes: 364 additions & 252 deletions .github/workflows/learning-hub-updater.lock.yml

Large diffs are not rendered by default.

582 changes: 358 additions & 224 deletions .github/workflows/pr-duplicate-check.lock.yml

Large diffs are not rendered by default.

594 changes: 360 additions & 234 deletions .github/workflows/resource-staleness-report.lock.yml

Large diffs are not rendered by default.

Loading