File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 if : github.repository_owner == 'spring-projects'
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121 with :
2222 ref : docs-build
2323 fetch-depth : 1
Original file line number Diff line number Diff line change 1919 git config --global user.name 'github-actions[bot]'
2020 git config --global user.email 'github-actions[bot]@users.noreply.github.com'
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323 - name : Set up JDK 17
2424 uses : actions/setup-java@v4
2525 with :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 if : ${{ github.repository == 'spring-projects/spring-security' }}
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515 - name : Set up gradle
1616 uses : spring-io/spring-gradle-build-action@v2
1717 with :
2424 runs-on : ubuntu-latest
2525 if : ${{ github.repository == 'spring-projects/spring-security' }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828 - name : Set up gradle
2929 uses : spring-io/spring-gradle-build-action@v2
3030 with :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 with :
2020 fetch-depth : 1
2121 - name : Dispatch
You can’t perform that action at this time.
0 commit comments