Skip to content

Commit

Permalink
refactor: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Aug 12, 2024
1 parent 967867d commit 1b91c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
- name: Upload CodeQL Analysis
uses: actions/upload-artifact@v3
with:
name: go.sarif
path: ${{ github.workspace }}/results/go.sarif
name: ${{ matrix.language }}.sarif
path: ${{ github.workspace }}/results/${{ matrix.language }}.sarif

0 comments on commit 1b91c70

Please sign in to comment.