File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 generate-changelog :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 with :
1414 fetch-depth : 0
1515 - uses : BobAnkh/auto-generate-changelog@v1.3.0
Original file line number Diff line number Diff line change 5454
5555 steps :
5656 - name : Checkout repository
57- uses : actions/checkout@v5
57+ uses : actions/checkout@v6
5858
5959 # Initializes the CodeQL tools for scanning.
6060 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 88 main :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - uses : minicli/action-contributors@v3.3
1313 name : " Update CONTRIBUTORS file"
1414 env :
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : ' Checkout Repository'
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 - name : ' Dependency Review'
3131 uses : actions/dependency-review-action@v4
3232 with :
Original file line number Diff line number Diff line change 3737 # Checkout the code base #
3838 # #########################
3939 - name : Checkout Code
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141 with :
4242 # Full git history is needed to get a proper
4343 # list of changed files within `super-linter`
Original file line number Diff line number Diff line change 2626 runs-on : ${{ matrix.os }}
2727
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 - name : Set up JDK ${{ matrix.Java }}
3131 uses : actions/setup-java@v5
3232 with :
You can’t perform that action at this time.
0 commit comments