diff --git a/.github/workflows/codeql-codescan.yml b/.github/workflows/codeql-codescan.yml index 78044a47e2..134951d2ed 100644 --- a/.github/workflows/codeql-codescan.yml +++ b/.github/workflows/codeql-codescan.yml @@ -1,12 +1,23 @@ +############################################################################## +############################################################################## +# +# NOTE! +# +# Please read the README.md file in this directory that defines what should +# be placed in this file +# +############################################################################## +############################################################################## + name: CodeQL codescan workflow on: pull_request: branches: - - '**' + - '**' push: branches: - - '**' + - '**' jobs: CodeQL: @@ -18,17 +29,23 @@ jobs: contents: read security-events: write + strategy: + fail-fast: false + matrix: + language: [ 'typescript'] + steps: - - name: Checkout repository - uses: actions/checkout@v4 + - name: Checkout repository + uses: actions/checkout@v4 - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: typescript - debug: true + - name: Initialize CodeQL + uses: github/codeql-action/init@v2 + with: + languages: ${{ matrix.language }} + debug: true + + - name: Autobuild + uses: github/codeql-action/autobuild@v2 - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 - with: - category: "typescript-analysis" \ No newline at end of file + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v2 \ No newline at end of file diff --git a/test1.txt b/test1.txt new file mode 100644 index 0000000000..e69de29bb2