Skip to content

Commit

Permalink
Fix: Use correct go version in codeql analysis
Browse files Browse the repository at this point in the history
- Remove temp branch from build workflow
  • Loading branch information
anoop2811 committed Jan 16, 2024
1 parent f5f1acd commit 1f09cfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- wip-github-actions
tags:
- 'v*.*.*'

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

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

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

0 comments on commit 1f09cfa

Please sign in to comment.