chore(deps): update docker/login-action digest to c144859#1467
chore(deps): update docker/login-action digest to c144859#1467renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
a1fe408 to
59befd6
Compare
59befd6 to
37076a1
Compare
37076a1 to
32a7e9c
Compare
|
|
||
| - name: Log in to the GitHub Container registry | ||
| uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9 | ||
| uses: docker/login-action@abd3abc99c62be8f17fda11fadefceaa006f6f9e |
There was a problem hiding this comment.
仅更新了docker/login-action的版本,但未解释为什么需要升级或新版本解决了什么问题。建议在提交信息中说明版本变更的原因(如安全修复、新功能等)
32a7e9c to
0362c27
Compare
|
|
||
| - name: Log in to the GitHub Container registry | ||
| uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9 | ||
| uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 |
There was a problem hiding this comment.
建议使用标签版本(如v3)而非特定commit hash,这样可以自动获取安全更新和bug修复,而不需要手动更新hash值。
| uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 | |
| uses: docker/login-action@v3 |
0362c27 to
3f514b8
Compare
|
|
||
| - name: Log in to the GitHub Container registry | ||
| uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9 | ||
| uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55 |
There was a problem hiding this comment.
虽然更新到新版本是好的,但直接使用commit hash而不是版本标签不利于长期维护。建议使用正式的版本标签(如v3)而不是commit hash,这样可以确保获得稳定版本且便于追踪更新。
| uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55 | |
| uses: docker/login-action@v3 |
3f514b8 to
9d90993
Compare
9d90993 to
1863df8
Compare
|
|
||
| - name: Log in to the GitHub Container registry | ||
| uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9 | ||
| uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 |
There was a problem hiding this comment.
建议使用具体的tag版本号而不是commit hash,这样能更清楚地知道使用的是哪个release版本,便于维护和排查问题。
| uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 | |
| uses: docker/login-action@v2 |
1863df8 to
f09edd4
Compare
f09edd4 to
39946ac
Compare
39946ac to
7c03de9
Compare
7c03de9 to
250efc0
Compare
250efc0 to
8e0dc9f
Compare
8e0dc9f to
b51dfad
Compare
b51dfad to
5dd5694
Compare
5dd5694 to
bedf4c1
Compare
ba369ba to
96f69d1
Compare
96f69d1 to
681d834
Compare
681d834 to
ff85882
Compare
ff85882 to
bc45309
Compare
bc45309 to
04985eb
Compare
This PR contains the following updates:
1f36f5b→c144859Configuration
📅 Schedule: Branch creation - "on sunday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.