Skip to content

Commit

Permalink
update codeql with setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jahvon committed Oct 10, 2023
1 parent 142d839 commit de7583d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "^1.21.1"

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit de7583d

Please sign in to comment.