File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 # Steps represent a sequence of tasks that will be executed as part of the job
2020 steps :
2121 # Checks-out the repository under $GITHUB_WORKSPACE, so the job can access it
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0 # fetch all history for all branches and tags
2525
Original file line number Diff line number Diff line change 3535 discussions : write
3636 steps :
3737 - name : Check out repository code (Action from GitHub)
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 with :
4040 fetch-depth : 0
4141
Original file line number Diff line number Diff line change 4545
4646 steps :
4747 - name : Checkout repository
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949
5050 # Initializes the CodeQL tools for scanning.
5151 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 3838 continue-on-error : false
3939
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 - name : Initialize vendors
4343 shell : pwsh
4444 working-directory : scripts
Original file line number Diff line number Diff line change 2424 pull-requests : write
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 0
3030
You can’t perform that action at this time.
0 commit comments