File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1818 PROGRAM_DIR : tool/tools/check_lint_rules_identity
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
21+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2222 with :
2323 fetch-depth : 0
2424 path : lint
3131 private-key : ${{ secrets.APP_PRIVATE_KEY_OF_YUMEMI_PR_TOKEN_GENERATOR }}
3232
3333 - name : Checkout
34- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
34+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3535 with :
3636 repository : yumemi-inc/flutter-yumemi-lints-tools
3737 path : tool
Original file line number Diff line number Diff line change 1313 timeout-minutes : 5
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
16+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1717
1818 - name : Extract dart version
1919 uses : blendfactory/dvm-config-action@1efe1a203d0a3a31bffd767b0affb251b54ff6bc # v2.0.0
Original file line number Diff line number Diff line change 1717 permissions : {}
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
20+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2121
2222 - name : Extract dart version
2323 uses : blendfactory/dvm-config-action@1efe1a203d0a3a31bffd767b0affb251b54ff6bc # v2.0.0
Original file line number Diff line number Diff line change 2222 app-id : ${{ secrets.APP_ID_OF_YUMEMI_TAG_PUSHER }}
2323 private-key : ${{ secrets.APP_PRIVATE_KEY_OF_YUMEMI_TAG_PUSHER }}
2424 - name : Checkout
25- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
25+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2626 with :
2727 token : ${{ steps.generate_token.outputs.token }}
2828 - name : Extract a version
Original file line number Diff line number Diff line change 1212 add-contributors :
1313 runs-on : ubuntu-24.04
1414 steps :
15- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
15+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1616 - name : Delete old branch (If it exists)
1717 run : git push origin --delete ${{ env.UPDATE_CONTRIBUTORS_BRANCH }}
1818 continue-on-error : true
Original file line number Diff line number Diff line change 1717 PROGRAM_DIR : tool/tools/update_lint_rules
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
20+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2121 with :
2222 path : lint
2323
2929 private-key : ${{ secrets.APP_PRIVATE_KEY_OF_YUMEMI_PR_TOKEN_GENERATOR }}
3030
3131 - name : Checkout
32- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
32+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3333 with :
3434 repository : yumemi-inc/flutter-yumemi-lints-tools
3535 path : tool
You can’t perform that action at this time.
0 commit comments