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 2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
23+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
2424
2525 - name : Initialize CodeQL
2626 uses : github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
26+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
2727
2828 - uses : boidolr/actions/python-pip-env@main
2929 with :
3737 precommit :
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
40+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
4141 - uses : boidolr/actions/run-precommit@main
Original file line number Diff line number Diff line change 1212 github.actor == 'boidolr'
1313
1414 steps :
15- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
15+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1616 - name : Create release for tag
1717 run : |
1818 TAG=$(echo "${{ github.ref }}" | cut -c 11-)
You can’t perform that action at this time.
0 commit comments