Uh oh!
There was an error while loading. Please reload this page.
Use local copy on action invocation - #236
Conversation
madrob
commented
Feb 16, 2026
Looks like GITHUB_ACTION_PATH doesn't work the way that I thought it did. Investigating further. |
madrob
commented
Feb 16, 2026
Note to self, we might need to package those scripts inside of separate actions. |
Publishing as an action bundles the directory contents with the action, so we can use helper scripts directly
madrob
commented
Feb 18, 2026
I think the failure is unrelated |
FranzBusch
commented
Feb 18, 2026
Are you sure the broken symlink and python lint failures are unrelated? |
madrob
commented
Feb 18, 2026
The windows failure is the one I was referring to. Everything else seems passed? |
FranzBusch
commented
Feb 18, 2026
I can see two jobs failing: |
madrob
commented
Feb 18, 2026
Oh, strange. I see those in the failed checks now, but earlier GitHub was telling me only one job failed. Fixed those in 854f793 |
madrob
commented
Feb 18, 2026
Everything is green! |
shahmishal
commented
Feb 18, 2026
For the new action files, can you add read only permission? |
madrob
commented
Feb 18, 2026
Unlike see also: https://docs.github.com/en/actions/reference/workflows-and-actions/metadata-syntax |
Uh oh!
There was an error while loading. Please reload this page.
Motivation: In swiftlang/github-workflows#236, the locations of soundness scripts were changed. As a result, all soundness CI checks currently fail. Modifications: Replace `@main` with `0.0.7` in the soundness CI job declaration. Result: Soundness CI checks will no longer be broken.
This reverts commit c6fcbaf.
Fixes#220