Skip to content

Commit

Permalink
Merge pull request #135 from greenbone/fix/fix-CodeQL-tool-error
Browse files Browse the repository at this point in the history
Update codeql.yml: setup go before running CodeQL
  • Loading branch information
larox11 authored Dec 12, 2023
2 parents ed0f33a + 72ea5db commit 9fc98a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 9fc98a7

Please sign in to comment.