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 16, 2025
1 parent 00392a8 commit 3dc86b5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/52.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
--output=codeql-results.csv \
codeql-db/go \
skip-mev/cosmos-52-ql
${{ steps.codeql-init.outputs.codeql-path }} database analyze \
--format=sarif-latest\
--output=codeql-results.sarif \
codeql-db/go \
skip-mev/cosmos-52-ql
- name: Install jq
uses: dcarbone/[email protected]
- name: Add problem matcher
Expand All @@ -56,3 +62,9 @@ jobs:
set -eoux pipefail
cat codeql-results.csv
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: ./tests/simapp/codeql-results.sarif
category: migration-lint

0 comments on commit 3dc86b5

Please sign in to comment.