File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : nothing
1717 steps :
1818 - name : actions/checkout@v6
19- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020 - name : actions/create-github-app-token@v2
2121 uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
2222 - name : actions/setup-java@v5
Original file line number Diff line number Diff line change 1818 name : Build and test
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
21+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222 with :
2323 persist-credentials : false
2424 fetch-depth : 0
Original file line number Diff line number Diff line change 2929 env :
3030 INPUTS_SOURCE_RUN : ${{ inputs.source_run }}
3131 run : ' echo "Triggered by workflow in repo: ${INPUTS_SOURCE_RUN}" >> $GITHUB_STEP_SUMMARY'
32- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
32+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3333 with :
3434 persist-credentials : false
3535 fetch-depth : 0
3939 java-version : ' 21'
4040 distribution : temurin
4141 cache : gradle
42- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
42+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4343 with :
4444 persist-credentials : true
4545 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 name : Build and test
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616 with :
1717 persist-credentials : false
1818 fetch-depth : 0
3636 check-pkl-github-actions :
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
39+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4040 with :
4141 persist-credentials : false
4242 - name : Setup Pkl
You can’t perform that action at this time.
0 commit comments