1
0
Fork 0
mirror of https://github.com/actions/go-versions synced 2024-11-21 11:42:40 +00:00

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

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