File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 lint-filenames :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 - name : Validating .yaml file extension on all workflow files
2020 run : |
2121 invalid_files=$(find ./.github/workflows -type f ! -name "*.yaml")
Original file line number Diff line number Diff line change 3232 security-events : write
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
35+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636 - uses : actions/setup-go@v6
3737 if : ${{ inputs.language == 'go' }}
3838 with :
Original file line number Diff line number Diff line change 2222 contents : write
2323 if : ${{ needs.release-please.outputs.release_created }}
2424 steps :
25- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626 - run : |
2727 git config user.name github-actions[bot]
2828 git config user.email 41898282+github-actions[bot]@users.noreply.github.com
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
31+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232 with :
3333 persist-credentials : false
3434
You can’t perform that action at this time.
0 commit comments