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 @@ -33,11 +33,11 @@ jobs:
3333 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
36+ uses : github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
3737 with :
3838 languages : python
3939
4040 - name : Perform CodeQL Analysis
41- uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
41+ uses : github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
4242 with :
4343 category : " /language:python"
Original file line number Diff line number Diff line change 5353 retention-days : 5
5454
5555 - name : " Upload to code-scanning dashboard"
56- uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
56+ uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
5757 with :
5858 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2929
3030 - name : Python Semantic Release
3131 id : release
32- uses : python-semantic-release/python-semantic-release@a3233795eb26b6d5167192ffd4550947d764a9b0 # master
32+ uses : python-semantic-release/python-semantic-release@7b3f71697ccfbaef884e1e754b6364e974b134cf # master
3333 with :
3434 github_token : ${{ secrets.GH_TOKEN }}
3535
You can’t perform that action at this time.
0 commit comments