Skip to content

Commit

Permalink
Merge pull request #36 from stacklok/codeql-go
Browse files Browse the repository at this point in the history
Set up go in codeQL action
  • Loading branch information
JAORMX committed Dec 12, 2023
2 parents bb4bdfa + 0d16815 commit 52c1435
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3

- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
with:
go-version-file: ./go.mod

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

0 comments on commit 52c1435

Please sign in to comment.