-
Notifications
You must be signed in to change notification settings - Fork 3
CIをアップデート #864
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
Conversation
Deploying utcode-learn with
|
| Latest commit: |
5e7014a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://de1f548e.utcode-learn.pages.dev |
| Branch Preview URL: | https://update-ci.utcode-learn.pages.dev |
| on: | ||
| push: | ||
| branches: | ||
| - master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mainブランチでしばらくCIが動いていなかった原因は、これだったようです。
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout Code | ||
| uses: actions/checkout@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| with: | ||
| fetch-depth: 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
念のため、デプロイ時と全く同じ状態で、チェックを行うように変更しました。
cf.
utcode-learn/.github/workflows/deploy.yml
Lines 14 to 15 in 9b997aa
| with: | |
| fetch-depth: 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates the CI workflow configuration to modernize GitHub Actions and branch references.
- Updates the default branch reference from
mastertomain - Upgrades
actions/checkoutfrom v4 to v5 across all jobs - Adds
fetch-depth: 0configuration to the security job's checkout step
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.