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@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
62+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
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@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
90+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
9191 with :
9292 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 6868 name : python-package-distributions
6969 path : dist/
7070 - name : Sign the dists with Sigstore
71- uses : sigstore/gh-action-sigstore-python@a5caf349bc536fbef3668a10ed7f5cd309a4b53d # v3.2 .0
71+ uses : sigstore/gh-action-sigstore-python@04cffa1d795717b140764e8b640de88853c92acc # v3.3 .0
7272 with :
7373 inputs : >-
7474 ./dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments