Skip to content

Commit 4d5c1c1

Browse files
authored
Merge pull request #846 from 7474/dependabot/github_actions/github/gh-aw-0.57.2
Bump github/gh-aw from 0.53.4 to 0.57.2
2 parents 56f3c5f + 97de410 commit 4d5c1c1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/compile-agentic-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Setup gh-aw CLI
24-
uses: github/gh-aw/actions/setup-cli@v0.53.4
24+
uses: github/gh-aw/actions/setup-cli@v0.57.2
2525

2626
- name: Compile agentic workflows
2727
run: |

.github/workflows/complete-unit-tests.lock.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
comment_repo: ""
6262
steps:
6363
- name: Setup Scripts
64-
uses: github/gh-aw/actions/setup@b2d8af7543ec40f72bb3b8fea5148c2d3ee401c7 # v0.48.1
64+
uses: github/gh-aw/actions/setup@32b3a711a9ee97d38e3989c90af0385aff0066a7 # v0.48.1
6565
with:
6666
destination: /opt/gh-aw/actions
6767
- name: Validate context variables
@@ -291,7 +291,7 @@ jobs:
291291
secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }}
292292
steps:
293293
- name: Setup Scripts
294-
uses: github/gh-aw/actions/setup@b2d8af7543ec40f72bb3b8fea5148c2d3ee401c7 # v0.48.1
294+
uses: github/gh-aw/actions/setup@32b3a711a9ee97d38e3989c90af0385aff0066a7 # v0.48.1
295295
with:
296296
destination: /opt/gh-aw/actions
297297
- name: Create gh-aw temp directory
@@ -976,7 +976,7 @@ jobs:
976976
total_count: ${{ steps.missing_tool.outputs.total_count }}
977977
steps:
978978
- name: Setup Scripts
979-
uses: github/gh-aw/actions/setup@b2d8af7543ec40f72bb3b8fea5148c2d3ee401c7 # v0.48.1
979+
uses: github/gh-aw/actions/setup@32b3a711a9ee97d38e3989c90af0385aff0066a7 # v0.48.1
980980
with:
981981
destination: /opt/gh-aw/actions
982982
- name: Download agent output artifact
@@ -1080,7 +1080,7 @@ jobs:
10801080
success: ${{ steps.parse_results.outputs.success }}
10811081
steps:
10821082
- name: Setup Scripts
1083-
uses: github/gh-aw/actions/setup@b2d8af7543ec40f72bb3b8fea5148c2d3ee401c7 # v0.48.1
1083+
uses: github/gh-aw/actions/setup@32b3a711a9ee97d38e3989c90af0385aff0066a7 # v0.48.1
10841084
with:
10851085
destination: /opt/gh-aw/actions
10861086
- name: Download agent artifacts
@@ -1192,7 +1192,7 @@ jobs:
11921192
process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }}
11931193
steps:
11941194
- name: Setup Scripts
1195-
uses: github/gh-aw/actions/setup@b2d8af7543ec40f72bb3b8fea5148c2d3ee401c7 # v0.48.1
1195+
uses: github/gh-aw/actions/setup@32b3a711a9ee97d38e3989c90af0385aff0066a7 # v0.48.1
11961196
with:
11971197
destination: /opt/gh-aw/actions
11981198
- name: Download agent output artifact

0 commit comments

Comments
 (0)