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 3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141
4242 # Initializes the CodeQL tools for scanning.
4343 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 3939 # Checkout the code base #
4040 # #########################
4141 - name : Checkout Code
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343 with :
4444 # Full git history is needed to get a proper list of changed files within `super-linter`
4545 fetch-depth : 0
Original file line number Diff line number Diff line change 1515 runs-on : macOS-latest
1616
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Set up Perl
2020 run : brew install perl
2121 - name : perl -V
Original file line number Diff line number Diff line change 3636 container :
3737 image : perl:${{ matrix.perl-version }}
3838 steps :
39- - uses : actions/checkout@v5
39+ - uses : actions/checkout@v6
4040 - name : Platform check
4141 run : uname -a
4242 - name : perl -V
Original file line number Diff line number Diff line change 2020 - windows-2016
2121
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 # - name: Set up Perl
2525 # run: |
2626 # choco install strawberryperl
You can’t perform that action at this time.
0 commit comments