File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6767
6868 # Initializes the CodeQL tools for scanning.
6969 - name : Initialize CodeQL
70- uses : github/codeql-action/init@v3
70+ uses : github/codeql-action/init@v4
7171 with :
7272 languages : ${{ matrix.language }}
7373 build-mode : ${{ matrix.build-mode }}
9595 exit 1
9696
9797 - name : Perform CodeQL Analysis
98- uses : github/codeql-action/analyze@v3
98+ uses : github/codeql-action/analyze@v4
9999 with :
100100 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3333 if : always()
3434 run : ruff check --output-format sarif . > ruff.sarif || true
3535 - name : Upload SARIF to Code Scanning
36- uses : github/codeql-action/upload-sarif@v3
36+ uses : github/codeql-action/upload-sarif@v4
3737 with :
3838 sarif_file : ruff.sarif
Original file line number Diff line number Diff line change 22-r requirements.txt
33pytest==8.4.2
44pytest-cov==7.0.0
5- ruff==0.14.7
5+ ruff==0.14.8
You can’t perform that action at this time.
0 commit comments