Skip to content

Commit

Permalink
Explicitly installs Go with version before CodeQL analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Mar 9, 2024
1 parent fd7a97f commit dc430ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-actions.yml
Expand Up @@ -124,6 +124,10 @@ 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:
Expand Down

0 comments on commit dc430ec

Please sign in to comment.