Merge pull request #92 from actions/AshelyTC-patch-1

Add actions and go to CodeQL analysis languages
This commit is contained in:
Ashely Tenesaca
2025-08-18 16:32:47 -04:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
language: [ 'javascript-typescript' ] language: [ 'javascript-typescript', 'actions', 'go' ]
steps: steps:
- name: Checkout repository - name: Checkout repository