Skip to content

Commit

Permalink
feat(ci): test 52 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Zygimantass committed Jan 15, 2025
1 parent e7f0cf2 commit e6c7c4f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/52.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,17 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
languages: go
queries: ghcr.io/skip-mev/[email protected]

- name: Build (Make Install)
run: |
make install
- name: Run CodeQL Analysis (No upload)
run: |
codeql database analyze \
--format=sarif-latest \
--output=codeql-results.sarif \
db \
ghcr.io/skip-mev/[email protected]
- name: Analyze with CodeQL (no upload)
uses: github/codeql-action/analyze@v3
with:
upload: false
output: codeql-results.sarif

- name: Annotate code with findings
run: |
Expand Down

0 comments on commit e6c7c4f

Please sign in to comment.