File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
3737 runs-on : ubuntu-latest
3838 if : github.ref == 'refs/heads/main'
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141 with :
4242 sparse-checkout : |
4343 src/script/backport-create-issue
4444 src/script/requirements.backport-create-issue.txt
4545 sparse-checkout-cone-mode : false
46- - uses : actions/setup-python@v5
46+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4747 with :
4848 python-version : ' >=3.6 <3.12'
4949 cache : ' pip'
Original file line number Diff line number Diff line change 99 stale :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/stale@v9
12+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
1313 with :
1414 # PAT for GitHub API authentication
1515 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments