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
16 changes: 13 additions & 3 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"version": "v5.0.5",
"sha": "27d5ce7f107fe9357f9df03efb73ab90386fccae"
},
"actions/checkout@v6": {
"repo": "actions/checkout",
"version": "v6",
"sha": "df4cb1c069e1874edd31b4311f1884172cec0e10"
},
"actions/checkout@v6.0.2": {
"repo": "actions/checkout",
"version": "v6.0.2",
Expand Down Expand Up @@ -45,10 +50,15 @@
"version": "v7.0.1",
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
},
"github/gh-aw-actions/setup@v0.75.0": {
"github/gh-aw-actions/setup-cli@v0.79.3": {
"repo": "github/gh-aw-actions/setup-cli",
"version": "v0.79.3",
"sha": "ff3d7ecc684ffaf8c99e9ac7e40536e955a9776b"
},
"github/gh-aw-actions/setup@v0.79.3": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.75.0",
"sha": "f889c9c3c06adeaabccefc06e29c42733ee05dff"
"version": "v0.79.3",
"sha": "ff3d7ecc684ffaf8c99e9ac7e40536e955a9776b"
},
"microsoft/apm-action@v1.4.1": {
"repo": "microsoft/apm-action",
Expand Down
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ updates:
patterns:
- "*"
ignore:
- dependency-name: "github/gh-aw-actions/**" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.
- dependency-name: "github/gh-aw-actions/**"
- dependency-name: "github/gh-aw-actions" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.
labels:
- dependencies
package-ecosystem: github-actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-aw-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Recompile lock files and open PR if changed
runs-on: ubuntu-latest
env:
GH_AW_VERSION: v0.75.0
GH_AW_VERSION: v0.79.3
permissions:
id-token: write
contents: read
Expand Down
308 changes: 227 additions & 81 deletions .github/workflows/gh-aw-docs-applies-to-sweep.lock.yml

Large diffs are not rendered by default.

308 changes: 227 additions & 81 deletions .github/workflows/gh-aw-docs-coherence-sweep.lock.yml

Large diffs are not rendered by default.

308 changes: 227 additions & 81 deletions .github/workflows/gh-aw-docs-frontmatter-sweep.lock.yml

Large diffs are not rendered by default.

306 changes: 226 additions & 80 deletions .github/workflows/gh-aw-docs-issue-scope.lock.yml

Large diffs are not rendered by default.

308 changes: 227 additions & 81 deletions .github/workflows/gh-aw-docs-openings-sweep.lock.yml

Large diffs are not rendered by default.

323 changes: 238 additions & 85 deletions .github/workflows/gh-aw-docs-review.lock.yml

Large diffs are not rendered by default.

308 changes: 227 additions & 81 deletions .github/workflows/gh-aw-docs-staleness-sweep.lock.yml

Large diffs are not rendered by default.

308 changes: 227 additions & 81 deletions .github/workflows/gh-aw-docs-style-sweep.lock.yml

Large diffs are not rendered by default.

308 changes: 227 additions & 81 deletions .github/workflows/gh-aw-docs-typos-sweep.lock.yml

Large diffs are not rendered by default.

306 changes: 226 additions & 80 deletions .github/workflows/gh-aw-issue-triage.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: "3.x"
- name: Install gh-aw
run: gh extension install github/gh-aw --pin v0.75.0 --force
run: gh extension install github/gh-aw --pin v0.79.3 --force
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: pre-commit/action@v3.0.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-gh-aw-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

EXPECTED_GH_AW_VERSION="v0.75.0"
EXPECTED_GH_AW_VERSION="v0.79.3"

installed_version="$(
gh extension list \
Expand Down
Loading