File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 lint-filenames :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
18+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
35+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
25+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
31+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3232 with :
3333 persist-credentials : false
3434
You can’t perform that action at this time.
0 commit comments