department-of-veterans-affairs / codeql-tools

MIT License
4 stars 2 forks source link

Fix support for OSX #111

Closed lindluni closed 9 months ago

lindluni commented 9 months ago

This pull request primarily focuses on updating the workflow configuration and action setup for CodeQL analysis. The most important changes include adding a new runner in the workflow configuration, initializing CodeQL with a unique ID, and modifying the conditions for generating CodeQL Results CSV based on the runner's operating system.

Workflow configuration changes:

Action setup changes: