Skip to content

Commit

Permalink
Merge pull request #566 from jpodivin/fixmaperr
Browse files Browse the repository at this point in the history
Fixing mapping error
  • Loading branch information
jpodivin authored Sep 25, 2024
2 parents 814ac38 + c42a647 commit c385c17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language:
- language: go
build-mode: autobuild
language: [ 'go' ]

steps:
- name: Checkout repository
Expand All @@ -29,6 +27,7 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: autobuild

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit c385c17

Please sign in to comment.