File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
23+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2424 with :
2525 # super-linter needs the full git history to get the
2626 # list of files that changed across commits
Original file line number Diff line number Diff line change 1818 # IMPORTANT: this permission is mandatory for trusted publishing
1919 id-token : write
2020 steps :
21- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
21+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2222
2323 - name : Install poetry
2424 run : pip install poetry
Original file line number Diff line number Diff line change 1515 pull-requests : read
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
18+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
1919 with :
2020 fetch-depth : 0
2121 persist-credentials : false
7575
7676 # do a second checkout to prevent race situation
7777 # changelog gets updated but action works on old commit id
78- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
78+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
7979 with :
8080 ref : main
8181
Original file line number Diff line number Diff line change 2424 - " 3.13"
2525 steps :
2626 - name : Check out code
27- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
27+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2828
2929 - name : Set up Python ${{ matrix.python }}
3030 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
You can’t perform that action at this time.
0 commit comments