Skip to content

Commit

Permalink
Installs go before CodeQL analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Mar 9, 2024
1 parent 07f86ff commit ac31b34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-actions.yml
Expand Up @@ -124,11 +124,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:go"

0 comments on commit ac31b34

Please sign in to comment.