Skip to content

Commit

Permalink
fix codeql error (#2850)
Browse files Browse the repository at this point in the history
Signed-off-by: Sepehrdad Sh <[email protected]>
  • Loading branch information
sepehrdaddev authored Jan 12, 2024
1 parent 9e57d62 commit 8e40740
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,8 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@9a866ed4524fc3422c3af1e446dab8efa3503411
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: '^1.21'
check-latest: true
- uses: github/codeql-action/analyze@9a866ed4524fc3422c3af1e446dab8efa3503411

0 comments on commit 8e40740

Please sign in to comment.