Fix for CodeQL analysis workflow failures (#103)

* Update build-go-packages.yml

* Update build-go-packages.yml

* Update codeql-analysis.yml

* Update build-go-packages.yml

* Update build-go-packages.yml

* Update build-go-packages.yml
This commit is contained in:
gowridurgad 2024-07-25 19:20:52 +05:30 committed by GitHub
parent ef611dd539
commit 435e8c8778
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -28,4 +28,4 @@ jobs:
tool-name: "go" tool-name: "go"
tool-version: ${{ inputs.VERSION || '1.19.0' }} tool-version: ${{ inputs.VERSION || '1.19.0' }}
publish-release: ${{ inputs.PUBLISH_RELEASES || false }} publish-release: ${{ inputs.PUBLISH_RELEASES || false }}
secrets: inherit secrets: inherit

View file

@ -13,4 +13,4 @@ jobs:
name: CodeQL analysis name: CodeQL analysis
uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
with: with:
languages: "['go']" languages: '["go"]'