Skip to content

Commit

Permalink
Apply workaround from github/codeql-action#1842
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm committed Dec 15, 2023
1 parent ace2894 commit e60ebaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: 1.x
check-latest: true

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit e60ebaf

Please sign in to comment.