Commit Graph

14 Commits

Author SHA1 Message Date
dependabot[bot]
39d64e8881 Bump actions/checkout from 5 to 6 2025-11-24 12:38:40 +01:00
dependabot[bot]
31629946f2 Bump github/codeql-action from 3 to 4 2025-10-14 16:58:57 +02:00
dependabot[bot]
f89107028a Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-18 18:11:00 +02:00
dependabot[bot]
134c90c0b8 Bump github/codeql-action from 2 to 3 2025-01-21 09:04:32 +01:00
pancake
70c14baed7 Downgrade the codeql checks to please the ci 2025-01-15 06:00:10 +01:00
dependabot[bot]
34bd1ef692 ##build Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [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/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 17:28:23 +01:00
pancake
045696bc7d Use ubuntu-24.04 instead of ubuntu-latest 2024-10-17 11:32:50 +02:00
pancake
344fc88f31 Use checkout@v4 because v3 is now deprecated in the CI 2024-10-10 14:01:48 +02:00
pancake
8ab4d394a1 Fix CodeQL job by scaning only for C and C
Co-authored-by: pancake <pancake@nopcode.org>
2024-03-21 11:52:41 +01:00
pancake
81adfc6718 Upgrade CodeQL actions from v1 to v2 ##ci 2023-01-11 00:41:44 +01:00
pancake
103c28ccc5 Upgrade github actions/checkout from v2 to v3 ##ci 2022-10-14 10:34:25 +02:00
pancake
e6f2cd0b2a Remove trailing spaces (#19460)
$ git grep ' $' | grep -v ^test/ | cut -d : -f 1 | sort -u > /tmp/trailing
$ for a in `cat /tmp/trailing` ; do sed -i -e 's/ *$//' $a ; done
2021-12-02 17:39:59 +01:00
pancake
af66a574ba Fix TCC CI and improve the rest of jobs ##ci 2021-01-13 01:28:10 +01:00
Anton Kochkov
17d7a9bebd Migrate to GitHub CodeQL (#17183) 2020-07-01 09:34:20 +08:00