Skip to content

Commit

Permalink
more updates for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
cviecco committed Feb 25, 2024
1 parent 75b6594 commit 01a05ce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod

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

0 comments on commit 01a05ce

Please sign in to comment.