Skip to content

Commit

Permalink
github: add setup-go action in codeql job
Browse files Browse the repository at this point in the history
Ensures that we use the correct version in the codeql job (silencing
some warnings in logs).
  • Loading branch information
marquiz authored and askervin committed Feb 2, 2024
1 parent 1ffa5d0 commit fdbdfe8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/common-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-file: go.mod

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

0 comments on commit fdbdfe8

Please sign in to comment.