github / codeql-action

Actions for running CodeQL analysis
MIT License
1.14k stars 313 forks source link

Stop checking disk usage for MacOS ARM with SIP disabled #2434

Closed angelapwen closed 3 weeks ago

angelapwen commented 3 weeks ago

On MacOS ARM machines where SIP is disabled, after the build tracer is initialized in the init Action, we receive warnings when we run send status reports due to the df binary. This change will make it so that we no longer run df for those machines.

Merge / deployment checklist