9 Commits

Author SHA1 Message Date
Kovid Goyal
76dee4bd22
auto fixes to github actions by zizmor 2025-11-07 09:35:31 +05:30
dependabot[bot]
2952b1dbdb
Bump github/codeql-action from 3 to 4 in the actions group
Bumps the actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).


Updates `github/codeql-action` from 3 to 4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 16:40:02 +00:00
Kovid Goyal
e3f2e374dd
Turn of CodeQL TRAP caching
It was using up all github action cache of 10GB
2025-09-19 22:54:33 +05:30
Kovid Goyal
5459b51ee3
Run CodeQL on GitHub actions as well 2025-09-17 07:50:54 +05:30
Kovid Goyal
26a88ba47f
Try running CodeQL on windows to increase C coverage 2025-09-16 08:04:21 +05:30
Kovid Goyal
b4618df18b
Run CodeQL analysis for different languages in parallel 2025-09-16 07:13:28 +05:30
dependabot[bot]
77884e27ed
Bump actions/checkout from 3 to 5 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 3 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-15 17:16:39 +00:00
Kovid Goyal
9622ce41a8
Turn on scanning of C code in CodeQL
Because I want to spend the next half a day of my life swatting false
positives.
2025-09-15 17:21:03 +05:30
Kovid Goyal
85ece7d311
Try enbling CodeQL for python 2025-09-15 12:20:39 +05:30