There was an error while loading. Please reload this page.
CodeQL Action
1 parent f8c9c20 commit a2fb53bCopy full SHA for a2fb53b
1 file changed
.github/workflows/codeql.yml
@@ -7,7 +7,7 @@ on:
7
branches:
8
- master
9
schedule:
10
- - cron: '24 21 * * 0'
+ - cron: "24 21 * * 0"
11
jobs:
12
analyze:
13
name: analyze
@@ -19,15 +19,15 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- language: ['go']
+ language: ["go"]
23
steps:
24
- name: Check out the code
25
uses: actions/checkout@v4
26
- name: Initialize CodeQL
27
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
28
with:
29
languages: ${{ matrix.language }}
30
- name: Autobuild
31
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
32
- name: Perform CodeQL Analysis
33
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments