File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969
7070 # Initializes the CodeQL tools for scanning.
7171 - name : Initialize CodeQL
72- uses : github/codeql-action/init@v3
72+ uses : github/codeql-action/init@v4
7373 with :
7474 languages : ${{ matrix.language }}
7575 build-mode : ${{ matrix.build-mode }}
9797 exit 1
9898
9999 - name : Perform CodeQL Analysis
100- uses : github/codeql-action/analyze@v3
100+ uses : github/codeql-action/analyze@v4
101101 with :
102102 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 4444 SARIF_ESLINT_IGNORE_SUPPRESSED=true yarn lint --max-warnings=0 --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif
4545
4646 - name : Upload ESLint analysis results to GitHub
47- uses : github/codeql-action/upload-sarif@v3
47+ uses : github/codeql-action/upload-sarif@v4
4848 with :
4949 sarif_file : eslint-results.sarif
5050 wait-for-processing : true
You can’t perform that action at this time.
0 commit comments