File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 disable-sudo : true
6262
6363 - name : Check out repository
64- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
64+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6565 with :
6666 fetch-depth : 0
6767
Original file line number Diff line number Diff line change 3939 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
4040
4141 - name : Check out repository
42- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
42+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4343 with :
4444 fetch-depth : 0
4545 token : ${{ secrets.REPO_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 4949 # Check out the repository's Wiki repo into the wiki/ folder. The token is required
5050 # only for private repositories.
5151 - name : Check out repository
52- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
52+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5353 with :
5454 token : ${{ secrets.REPO_ACCESS_TOKEN }}
5555 repository : ${{ format('{0}.wiki', github.repository) }}
Original file line number Diff line number Diff line change 4343 disable-sudo : true
4444
4545 - name : Checkout repository
46- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
46+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4747
4848 - name : Set up Python ${{ matrix.python }}
4949 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
Original file line number Diff line number Diff line change 2222 steps :
2323
2424 - name : Check out repository
25- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
25+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2626 with :
2727 fetch-depth : 0
2828
Original file line number Diff line number Diff line change 3636 disable-sudo : true
3737
3838 - name : Check out repository
39- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
39+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4040 with :
4141 fetch-depth : 0
4242 token : ${{ secrets.REPO_ACCESS_TOKEN }}
@@ -102,7 +102,7 @@ jobs:
102102 disable-sudo : true
103103
104104 - name : Check out repository
105- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
105+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
106106 with :
107107 fetch-depth : 0
108108
@@ -203,7 +203,7 @@ jobs:
203203 disable-sudo : true
204204
205205 - name : Check out repository
206- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
206+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
207207 with :
208208 fetch-depth : 0
209209
Original file line number Diff line number Diff line change 3232 disable-sudo : true
3333
3434 - name : Check out repository
35- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
35+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3636 with :
3737 persist-credentials : false
3838
Original file line number Diff line number Diff line change 2121 steps :
2222
2323 - name : Check out template repository
24- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
24+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2525 with :
2626 # If you decide to change the upstream template repository to a private one, uncomment
2727 # the following argument to pass the required token to be able to check it out.
3131 path : template
3232
3333 - name : Check out current repository
34- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
34+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3535 with :
3636 token : ${{ secrets.REPO_ACCESS_TOKEN }}
3737 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments