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 @@ -35,11 +35,11 @@ jobs:
35
35
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
38
+ uses : github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
39
39
with :
40
40
languages : ${{ matrix.language }}
41
41
42
42
- name : Perform CodeQL Analysis
43
- uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
43
+ uses : github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
44
44
with :
45
45
category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 53
53
retention-days : 5
54
54
55
55
- 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
57
57
with :
58
58
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
29
29
30
30
- name : Python Semantic Release
31
31
id : release
32
- uses : python-semantic-release/python-semantic-release@c1bcfdbb994243ac7cf419365d5894d6bfb2950e # master
32
+ uses : python-semantic-release/python-semantic-release@825655a47c9f7496f99ab144d28c424d40333a8a # master
33
33
with :
34
34
github_token : ${{ secrets.GH_TOKEN }}
35
35
36
36
- name : Publish to PyPI
37
- uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # release/v1
37
+ uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # release/v1
38
38
if : steps.release.outputs.released == 'true'
39
39
40
40
- name : Publish to GitHub Releases
You can’t perform that action at this time.
0 commit comments