You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following releases are blocked by `.github/aw/compat.json` and fail during
4
+
workflow activation.
5
+
6
+
| Versions | Reason |
7
+
| --- | --- |
8
+
|`v0.82.8` through `v0.85.3`| Affected by [GHSA-8h78-hpm7-29gg](https://github.com/github/gh-aw/security/advisories/GHSA-8h78-hpm7-29gg). `v0.85.4` is the first unaffected release. |
9
+
10
+
## Remediation
11
+
12
+
Upgrade to [`v0.85.4`](https://github.com/github/gh-aw/releases/tag/v0.85.4) or
13
+
later, verify the installed version, then regenerate and review the repository's
14
+
compiled workflows:
15
+
16
+
```bash
17
+
gh extension upgrade gh-aw
18
+
gh aw version
19
+
gh aw upgrade
20
+
git diff -- .github/workflows
21
+
```
22
+
23
+
Confirm that `gh aw version` reports `v0.85.4` or later and commit the regenerated
24
+
`.lock.yml` files. Blocking the affected compiler versions prevents their
25
+
workflows from activating but does not regenerate existing workflow artifacts.
26
+
See [Upgrading Workflows](https://github.com/github/gh-aw/blob/main/docs/src/content/docs/guides/working-with-workflows.mdx#upgrading-workflows)
27
+
for the supported upgrade process.
28
+
29
+
## Temporary mitigations
30
+
31
+
No advisory-supported temporary mitigation could be verified. Upgrade and
0 commit comments