Skip to content

Commit a409e9b

Browse files
committed
Merge branch 'main' into aw-improvement
2 parents f6f31f6 + 342d009 commit a409e9b

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"repo": "github/gh-aw-actions/setup",
1010
"version": "v0.61.0",
1111
"sha": "df014dd7d03b638e860b2aeca95c833fd97c8cf1"
12+
},
13+
"github/gh-aw/actions/setup@v0.61.0": {
14+
"repo": "github/gh-aw/actions/setup",
15+
"version": "v0.61.0",
16+
"sha": "9758a19d946df81723a0938eb0b4e41236bab981"
1217
}
1318
}
1419
}

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v6
2323
- name: Install gh-aw extension
24-
uses: github/gh-aw/actions/setup-cli@32b3a711a9ee97d38e3989c90af0385aff0066a7 # v0.57.2
24+
uses: github/gh-aw/actions/setup-cli@v0.61.0
2525
with:
26-
version: v0.57.2
26+
version: v0.61.0

.github/workflows/dogfood-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pull-requests: write
2525
steps:
2626
- name: Add dogfooding comment
27-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
27+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2828
with:
2929
script: |
3030
// Get PR number from either the PR event or manual input

.github/workflows/remove-stale-label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Remove stale label from pull request
27-
uses: "actions/github-script@v8"
27+
uses: "actions/github-script@v8.0.0"
2828
with:
2929
script: |
3030
github.rest.issues.removeLabel({
@@ -36,7 +36,7 @@ jobs:
3636
if: github.event_name == 'issue_comment' && github.event.issue.pull_request
3737

3838
- name: Remove stale label from issue
39-
uses: "actions/github-script@v8"
39+
uses: "actions/github-script@v8.0.0"
4040
with:
4141
script: |
4242
github.rest.issues.removeLabel({

0 commit comments

Comments
 (0)