Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unspecify GitHub Actions' version #1028

Closed
jihoon-seo opened this issue Feb 9, 2022 · 0 comments · Fixed by #1029
Closed

Unspecify GitHub Actions' version #1028

jihoon-seo opened this issue Feb 9, 2022 · 0 comments · Fixed by #1029
Labels
enhancement New feature or request

Comments

@jihoon-seo
Copy link
Member

CC: @hermitkim1 😊

What would you like to be enhanced
:
예를 들어 https://github.com/cloud-barista/cb-tumblebug/blob/main/.github/workflows/auto-merge.yml 를 보면,
GitHub Action의 버전을 patch version까지 명시하고 있습니다.

  • uses: actions/checkout@v2.4.0
  • uses: actions-ecosystem/action-add-labels@v1.1.3
  • uses: "pascalgn/automerge-action@v0.14.3"

이를 major version만 명시하는 것으로 바꾸면 (예: uses: actions/checkout@v2)
dependabot의 잦은 PR (예: #1024) 없이도 한 major version 내에서는 항상 최신 버전을 사용하며
만약 major version이 업데이트되면 이 때에는 현재와 같이 dependabot이 major version을 업데이트해 줄 것으로 예상됩니다. 😊

Why is this needed
:

Proposed solution
:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant