7 Commits

Author SHA1 Message Date
dependabot[bot]
cd0d3447fd
build(deps): bump github/codeql-action from 2 to 3 (#4266) 2023-12-18 21:17:09 +01:00
dependabot[bot]
c65ab4b709
build(deps): bump actions/checkout from 3 to 4 (#4065) 2023-09-04 23:02:54 +02:00
dependabot[bot]
acceecf661
build(deps): bump github/codeql-action from 1 to 2 (#2782)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [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/v1...v2)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 23:42:17 +03:00
dependabot[bot]
93a0015cfc
build(deps): bump actions/checkout from 2 to 3 (#2643) 2022-03-07 23:30:46 +01:00
Sergey Vilgelm
f47f4f5557
codeql: Remove unneeded steps (#2336)
Remove executing build and test, there is a special workflow for this and CodeQL does not require running any go code or building the app
Remove `git checkout HEAD^2`, not needed anymore: Warning: 1 issue was detected with this workflow: git checkout HEAD^2 is no longer necessary. Please remove this step as Code Scanning recommends analyzing the merge commit for best results.
Add permission to write the security events
2021-11-01 20:40:24 -07:00
dependabot[bot]
4ce9a19e7d
build(deps): bump github.com/go-critic/go-critic from 0.5.6 to 0.6.0 (#2041)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2021-10-23 00:51:11 +02:00
Tam Mach
c88841dac4
ci(scan): Add codeQL scanning (#1405)
This commit is to add codeQL scanning, which is newly introduced feature
from github.

The scan will be run per PR, and periodically as well.

Signed-off-by: Tam Mach <sayboras@yahoo.com>
2020-10-01 20:17:07 +10:00