Skip to content

Commit

Permalink
Update golang for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
plorenz committed Mar 25, 2024
1 parent 4e75b2c commit 233e2f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ concurrency:
cancel-in-progress: true

jobs:

analyze:
name: Analyze
runs-on: ubuntu-latest
Expand All @@ -44,6 +45,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.22.x'

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

0 comments on commit 233e2f5

Please sign in to comment.