Uh oh!
There was an error while loading. Please reload this page.
Conversation
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| id: linux_onefile | ||
| if: inputs.build_onefile == 'true' | ||
| uses: addnab/docker-run-action@v3 | ||
| uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185 # v3 |
| id: linux_onedir | ||
| if: inputs.build_onedir == 'true' | ||
| uses: addnab/docker-run-action@v3 | ||
| uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185 # v3 |
| - name: Build executables within Docker | ||
| uses: addnab/docker-run-action@v3 | ||
| uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185 # v3 |
| - name: Release | ||
| id: release | ||
| uses: softprops/action-gh-release@v3 | ||
| uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 |
| - name: Run unit tests within Docker | ||
| uses: addnab/docker-run-action@v3 | ||
| uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185 # v3 |
| - name: Run integration tests within Docker | ||
| uses: addnab/docker-run-action@v3 | ||
| uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185 # v3 |
This needs a little care because what is being cached is tricky
dkfellows
commented
May 18, 2026
All remaining issues are... arguably not problems, given that the suggested fixes make things worse in my eyes in the context of what is being done. |
This is work in progress...This adds a workflow vulnerability scanner and fixes the issues it has found. Still to do: