File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 - ' 3.13'
2525 runs-on : ${{ matrix.os || 'ubuntu-latest' }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 allow-prereleases : true
5353 os : ubuntu-20.04
5454 runs-on : ${{ matrix.os || 'ubuntu-latest' }}
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5757 - name : Set up Python ${{ matrix.python-version }}
58- uses : actions/setup-python@v5
58+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 allow-prereleases : true
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : " Checkout code"
28- uses : actions/checkout@v4
28+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2929 with :
3030 persist-credentials : false
3131
You can’t perform that action at this time.
0 commit comments