mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 17:27:28 +00:00
Setup CodeQL CI job with Go 1.18
Signed-off-by: Adrien Fillon <adrien.fillon@manomano.com>
This commit is contained in:
parent
0694a9582f
commit
491acf57ad
1 changed files with 4 additions and 0 deletions
4
.github/workflows/scan.yaml
vendored
4
.github/workflows/scan.yaml
vendored
|
|
@ -54,6 +54,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.18
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue