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
6 changes: 3 additions & 3 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"version": "v7.0.1",
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
},
"github/gh-aw-actions/setup@v0.81.6": {
"github/gh-aw-actions/setup@v0.82.13": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.81.6",
"sha": "ba6380cc6e5be5d21677bebe04d52fb48e3abec7"
"version": "v0.82.13",
"sha": "a5d8b7df9d4f9137bedb3d074d0a0b005f1e1996"
}
}
}
233 changes: 126 additions & 107 deletions .github/workflows/backlog-groom.lock.yml

Large diffs are not rendered by default.

257 changes: 147 additions & 110 deletions .github/workflows/failed-backport-resolver.lock.yml

Large diffs are not rendered by default.

237 changes: 131 additions & 106 deletions .github/workflows/failed-test-investigator.lock.yml

Large diffs are not rendered by default.

225 changes: 116 additions & 109 deletions .github/workflows/flaky-fix-verifier.lock.yml

Large diffs are not rendered by default.

225 changes: 116 additions & 109 deletions .github/workflows/flaky-test-fixer.lock.yml

Large diffs are not rendered by default.

241 changes: 130 additions & 111 deletions .github/workflows/reviewer-claude.lock.yml

Large diffs are not rendered by default.

304 changes: 159 additions & 145 deletions .github/workflows/reviewer-codex.lock.yml

Large diffs are not rendered by default.

237 changes: 128 additions & 109 deletions .github/workflows/reviewer-scout.lock.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/workflows/validate-agentic-workflow-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
# github/gh-aw-actions/setup entry in .github/aw/actions-lock.json;
# the verify step below enforces that.
env:
GH_AW_VERSION: v0.81.6
GH_AW_VERSION: v0.82.13

concurrency:
group: validate-agentic-workflow-locks-${{ github.event.pull_request.number || github.ref }}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
fi

- name: Install gh-aw CLI
uses: github/gh-aw/actions/setup-cli@eed4304d8740f0593f2797276cb8299d228ffd9b # v0.81.6
uses: github/gh-aw/actions/setup-cli@017cdbc1b474bb0804e2c152b46012930fecb7b3 # v0.82.13
with:
version: ${{ env.GH_AW_VERSION }}

Expand Down
Loading