File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout project
18- uses : actions/checkout@v6.0.1
18+ uses : actions/checkout@v6.0.2
1919 with :
2020 token : ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
2121 ref : main
2222
2323 - name : set up JDK 17
24- uses : actions/setup-java@v5.1 .0
24+ uses : actions/setup-java@v5.2 .0
2525 with :
2626 java-version : ' 17'
2727 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout project
16- uses : actions/checkout@v6.0.1
16+ uses : actions/checkout@v6.0.2
1717 with :
1818 token : ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1919 ref : main
2020
2121 - name : set up JDK 17
22- uses : actions/setup-java@v5.1 .0
22+ uses : actions/setup-java@v5.2 .0
2323 with :
2424 java-version : ' 17'
2525 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout project
16- uses : actions/checkout@v6.0.1
16+ uses : actions/checkout@v6.0.2
1717 with :
1818 token : ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1919 ref : main
2020
2121 - name : set up JDK 17
22- uses : actions/setup-java@v5.1 .0
22+ uses : actions/setup-java@v5.2 .0
2323 with :
2424 java-version : ' 17'
2525 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout project
16- uses : actions/checkout@v6.0.1
16+ uses : actions/checkout@v6.0.2
1717 with :
1818 token : ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1919 fetch-depth : 0 # Fetch full history
2020
2121 - name : set up JDK 17
22- uses : actions/setup-java@v5.1 .0
22+ uses : actions/setup-java@v5.2 .0
2323 with :
2424 java-version : ' 17'
2525 distribution : ' temurin'
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Check out repository
16- uses : actions/checkout@v6.0.1
16+ uses : actions/checkout@v6.0.2
1717 with :
1818 token : ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1919 ref : main
Original file line number Diff line number Diff line change 1212 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1313 steps :
1414 - name : Check out the repository
15- uses : actions/checkout@v6.0.1
15+ uses : actions/checkout@v6.0.2
1616 with :
1717 token : ${{ secrets.GITHUB_TOKEN }}
1818
@@ -28,12 +28,12 @@ jobs:
2828 needs : release
2929 steps :
3030 - name : Checkout project
31- uses : actions/checkout@v6.0.1
31+ uses : actions/checkout@v6.0.2
3232 with :
3333 token : ${{ secrets.GITHUB_TOKEN }}
3434
3535 - name : set up JDK 17
36- uses : actions/setup-java@v5.1 .0
36+ uses : actions/setup-java@v5.2 .0
3737 with :
3838 java-version : " 17"
3939 distribution : " temurin"
Original file line number Diff line number Diff line change 1616 validate :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v6.0.1
19+ - uses : actions/checkout@v6.0.2
2020 with :
2121 token : ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
2222 ref : main
You can’t perform that action at this time.
0 commit comments