Files
starter-workflows/code-scanning
Aditya Sharad 73f69c4600 CodeQL: Run on macOS by default if the target language is Swift
CodeQL Swift analysis is best supported on macOS.

In preparation for CodeQL supporting Swift analysis in beta,
adjust the CodeQL starter workflow template to run the `swift` matrix job on `macos-latest`, and all other matrix jobs on
`ubuntu-latest`. This does not affect the matrix itself.
2023-04-17 12:06:44 -07:00
..
2023-03-04 18:12:33 +05:30
2023-01-23 11:10:50 +05:30
2022-11-30 10:21:45 +00:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-12-08 09:57:36 +02:00
2023-02-21 18:20:42 +05:30
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2023-03-13 16:26:25 +05:30
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-06-06 18:04:42 -04:00
2022-06-06 18:06:03 -04:00
2021-04-17 14:08:56 -04:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-12-08 06:10:22 +00:00
2022-12-13 08:40:14 -03:00
2022-03-28 22:40:48 +05:30
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-04 20:45:41 +01:00
2022-11-08 14:09:19 +01:00

Code Scanning Workflows

GitHub code scanning is a developer-first, GitHub-native approach to easily find security vulnerabilities before they reach production. Before you can configure code scanning for a repository, you must enable code scanning by adding a GitHub Actions workflow to the repository. For more information, see Setting up code scanning for a repository.