File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
36+ uses : github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
3737 with :
3838 languages : python
3939
4040 - name : Perform CodeQL Analysis
41- uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
41+ uses : github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
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@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
56+ uses : github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
5757 with :
5858 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929
3030 - name : Python Semantic Release
3131 id : release
32- uses : python-semantic-release/python-semantic-release@c1bcfdbb994243ac7cf419365d5894d6bfb2950e # master
32+ uses : python-semantic-release/python-semantic-release@825655a47c9f7496f99ab144d28c424d40333a8a # master
3333 with :
3434 github_token : ${{ secrets.GH_TOKEN }}
3535
3636 - name : Publish to PyPI
37- uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # release/v1
37+ uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # release/v1
3838 if : steps.release.outputs.released == 'true'
3939
4040 - name : Publish to GitHub Releases
You can’t perform that action at this time.
0 commit comments