Files
starter-workflows/code-scanning
Aditya Sharad b015c848b6 CodeQL: Reduce job timeout to 2h if the target language is Swift
Some projects observed intermittent build timeouts with Swift.
In case this happens, and our CodeQL-level mitigations do not prevent the problem, we want to avoid using up 6h of the customer's billed macOS Actions minutes (which is the default timeout), so we suggest a reduced timeout of 2h.

This value is chosen to accommodate the total job time (build + CodeQL extraction + CodeQL analysis) we expect for large Swift projects. We may choose to adjust it in future.
2023-05-22 10:10:15 -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.