VictoriaMetrics/.github
Arkadii Yakovets c3f8af5636
github/workflows: run CodeQL Go analysis for .go files only (#6540)
### Describe Your Changes

The current CodeQL setup runs Go analysis on irrelevant files (see [this
run](https://github.com/VictoriaMetrics/VictoriaMetrics/actions/runs/9380962792)
as an example that took around 3 minutes, [PR
link](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/6419)).

The PR makes sure the Go CodeQL job is triggered by `**.go` path pattern
only.
It contains 2 commits -- first for a better diff, and second for
renaming the config file.

### Checklist

The following checks are **mandatory**:

- [x] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).

---------

Signed-off-by: Arkadii Yakovets <ark@victoriametrics.com>
2024-06-27 09:23:00 +02:00
..
ISSUE_TEMPLATE all: replace old https://docs.victoriametrics.com/Troubleshooting.html url with the new one - https://docs.victoriametrics.com/troubleshooting/ 2024-04-18 03:26:36 +02:00
workflows github/workflows: run CodeQL Go analysis for .go files only (#6540) 2024-06-27 09:23:00 +02:00
dependabot.yml dependabot: return schedule field as it breaks validation on github side 2023-07-27 15:03:00 +02:00
pull_request_template.md .github: move pull_request_template.md from .github/PULL_REQUEST_TEMPLATE/ to .github/ 2024-04-20 23:42:57 +02:00