Skip to content

Commit 1389e2f

Browse files
authored
Merge pull request #118 from github/dependabot/github_actions/github-actions-86e7143b7f
Bump the github-actions group with 2 updates
2 parents 122a2cf + 17cc22c commit 1389e2f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747
with:
4848
persist-credentials: false
49-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
49+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
5050
with:
5151
node-version: 22
5252
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5

.github/workflows/codegen-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# For PRs, check out the PR head so we can push back to it
3737
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
3838

39-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
39+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4040
with:
4141
node-version: 22
4242

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424

2525
# Install GitHub CLI and gh-aw extension for Copilot Agent interaction
2626
- name: Install gh-aw extension
27-
uses: github/gh-aw/actions/setup-cli@7a970851c1090295e55a16e549c61ba1ce227f16 # v0.42.17
27+
uses: github/gh-aw/actions/setup-cli@ce1794953e0ec42adc41b6fca05e02ab49ee21c3 # v0.68.3
2828
with:
2929
version: v0.42.17
3030

3131
# Setup Node.js
32-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
32+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3333
with:
3434
node-version: 22
3535

.github/workflows/update-copilot-dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131

32-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
32+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3333
with:
3434
node-version: 22
3535

0 commit comments

Comments
 (0)