File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2929 release-draft :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
32+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3333 with :
3434 fetch-depth : 0
3535 persist-credentials : false
8989 hierarchy : true
9090
9191 - name : Create and Push Tag
92- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
92+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
9393 env :
9494 TAG_NAME : ${{ github.event.inputs.tag-name }}
9595 with :
Original file line number Diff line number Diff line change 2727 name : Pylint Static Code Analysis
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
30+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3131 with :
3232 persist-credentials : false
3333
6464 name : Black Format Check
6565 steps :
6666 - name : Checkout repository
67- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
67+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6868 with :
6969 persist-credentials : false
7070
9292 shell : bash
9393
9494 steps :
95- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
95+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
9696 with :
9797 fetch-depth : 0
9898 persist-credentials : false
@@ -117,7 +117,7 @@ jobs:
117117 name : Mypy Type Check
118118 steps :
119119 - name : Checkout repository
120- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
120+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
121121 with :
122122 persist-credentials : false
123123
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout repo
14- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
14+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515 with :
1616 fetch-depth : 0
1717
You can’t perform that action at this time.
0 commit comments