File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787
8888
8989 - name : Git Checkout
90- uses : actions/checkout@v4 # https://github.com/actions/checkout
90+ uses : actions/checkout@v5 # https://github.com/actions/checkout
9191 with :
9292 fetch-depth : 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build
9393
Original file line number Diff line number Diff line change 4040
4141
4242 - name : Git Checkout
43- uses : actions/checkout@v4 # https://github.com/actions/checkout
43+ uses : actions/checkout@v5 # https://github.com/actions/checkout
4444 with :
4545 fetch-depth : 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build
4646
Original file line number Diff line number Diff line change 7979
8080
8181 - name : Git Checkout
82- uses : actions/checkout@v4 # https://github.com/actions/checkout
82+ uses : actions/checkout@v5 # https://github.com/actions/checkout
8383
8484
8585 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 5555
5656
5757 - name : Git Checkout
58- uses : actions/checkout@v4 # https://github.com/actions/checkout
58+ uses : actions/checkout@v5 # https://github.com/actions/checkout
5959
6060
6161 - name : " Install: JDK ${{ env.JAVA_VERSION }} ☕"
You can’t perform that action at this time.
0 commit comments