Skip to content

Commit

Permalink
fix: update codeql action version
Browse files Browse the repository at this point in the history
Signed-off-by: Sownak Roy <sownak@cheqd.io>
  • Loading branch information
sownak committed Jan 29, 2025
1 parent 0da953c commit a3f680b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ jobs:
contents: read
security-events: write

steps:
steps:
- name: Setup CodeQL
uses: github/codeql-action/init@v3
with:
languages: 'go'
queries: security-and-quality
- uses: actions/setup-go@v4

- uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.22

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Required to fetch version

Expand All @@ -42,4 +42,4 @@ jobs:
make build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit a3f680b

Please sign in to comment.