Skip to content

Commit

Permalink
chore(ci): codeql-analysis with go1.21+ (#2188)
Browse files Browse the repository at this point in the history
Correct YAML syntax.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam authored Apr 29, 2024
1 parent 83045b6 commit fc41bde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CodeQL
'on':
"on":
push:
branches:
- main
Expand All @@ -25,12 +25,12 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
- go-version-file: "go.mod"
- cache: false
go-version-file: "go.mod"
cache: false
- name: Initialize CodeQL
uses: github/codeql-action/init@e4262713b504983e61c7728f5452be240d9385a7 # codeql-bundle-v2.14.3
with:
languages: '${{ matrix.language }}'
languages: "${{ matrix.language }}"
- name: Autobuild
uses: github/codeql-action/autobuild@e4262713b504983e61c7728f5452be240d9385a7 # codeql-bundle-v2.14.3
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit fc41bde

Please sign in to comment.