We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48e3c4 commit d9e0e42Copy full SHA for d9e0e42
.github/workflows/codeql.yml
@@ -10,6 +10,8 @@ on:
10
- '**/*.yaml'
11
- '**/*_test.go'
12
pull_request:
13
+ branches:
14
+ - 'main'
15
paths-ignore:
16
- '**/*.md'
17
- '**/*.txt'
@@ -33,13 +35,14 @@ jobs:
33
35
34
36
steps:
37
-
- name: Checkout repository
38
+ name: Checkout
39
uses: actions/checkout@v4
40
- name: Update Go
41
+ name: Set up Go
42
uses: actions/setup-go@v4
43
with:
44
go-version-file: go.mod
45
+ check-latest: true
46
47
name: Initialize CodeQL
48
uses: github/codeql-action/init@v2
0 commit comments