Skip to content

Commit 35e9ba9

Browse files
lpcoxCopilot
andauthored
Upgrade gh-aw to v0.82.2 pre-release and recompile workflows (#5932)
- Upgraded gh-aw extension to v0.82.2 via 'gh aw upgrade --pre-releases' - Recompiled all workflow lock files with post-processing - Fixed test assertion for updated cache key format in runner doctor workflow Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 74af558 commit 35e9ba9

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/self-hosted-runner-doctor-updater.lock.yml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/test-coverage-reporter.lock.yml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/ci/self-hosted-runner-doctor-updater-workflow.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('runner doctor updater workflow config', () => {
2828
expect(lock).toContain('🩺 Runner Doctor Update');
2929
expect(lock).toContain('shared/self-hosted-failure-modes.md');
3030
expect(lock).toContain('Compute scan window');
31-
expect(lock).toMatch(/memory-none-nopolicy-\$\{\{ env\.GH_AW_WORKFLOW_ID_SANITIZED \}\}-\n/);
31+
expect(lock).toMatch(/memory-none-nopolicy-\$\{\{ env\.GH_AW_WORKFLOW_ID_SANITIZED \}\}-/);
3232
expect(lock).toContain('github/gh-aw-actions/setup@3fac1cfa7a5a375a6a5eb9839178f6dad7adb60a');
3333
});
3434
});

0 commit comments

Comments
 (0)