File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
48+ uses : github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4
4949 with :
5050 languages : ${{ matrix.language }}
5151 build-mode : ${{ matrix.build-mode }}
6262 pip install -e .
6363
6464 - name : Perform CodeQL Analysis
65- uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
65+ uses : github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4
6666 with :
6767 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3333 ref : ${{ inputs.ref }}
3434 persist-credentials : false
3535 - name : Build wheels
36- uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
36+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
3737 env :
3838 CIBW_BUILD : " cp3*-${{ matrix.buildplat }}"
3939 CIBW_PRERELEASE_PYTHONS : " True"
You can’t perform that action at this time.
0 commit comments