Skip to content

Commit

Permalink
Merge pull request #12 from Goldziher/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b/codeql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
Goldziher authored Dec 14, 2023
2 parents 96c8816 + bcaea83 commit 6af72e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
shell: bash
run: go get -v -t ./...
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: go
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
lint:
needs: setup
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6af72e6

Please sign in to comment.