Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add ossf-comp…
Browse files Browse the repository at this point in the history
…iler-flags-scanner
  • Loading branch information
garazdawi committed Nov 6, 2024
1 parent da56b63 commit 1ae8e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ossf-compiler-flags-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
docker run -v `pwd`/.github/scripts:/github --entrypoint "" erlang:27 bash -c "/github/ossf-sarif-generator.es '$(cat compiler-options.json)'" > results.sarif
- name: "Upload artifact"
if: !cancelled()
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4 # v4.4.3
with:
name: SARIF file
Expand Down

0 comments on commit 1ae8e4f

Please sign in to comment.