File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959
6060 # Initializes the CodeQL tools for scanning.
6161 - name : Initialize CodeQL
62- uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
62+ uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3
6363 with :
6464 languages : ${{ matrix.language }}
6565 build-mode : ${{ matrix.build-mode }}
8787 exit 1
8888
8989 - name : Perform CodeQL Analysis
90- uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
90+ uses : github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3
9191 with :
9292 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1818 - name : " Set up Python"
1919 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2020 with :
21- python-version : " 3.13.3 "
21+ python-version : " 3.13.4 "
2222
2323 - name : " Install requirements"
2424 run : |
You can’t perform that action at this time.
0 commit comments