-
Notifications
You must be signed in to change notification settings - Fork 0
Merge remote-tracking branch 'origin/main' into develop #22
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
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.
Copilot reviewed 5 out of 10 changed files in this pull request and generated no comments.
Files not reviewed (5)
- .github/workflows/go-release.yml: Evaluated as low risk
- internal/chore/scheduler.go: Evaluated as low risk
- internal/circle/handler.go: Evaluated as low risk
- internal/label/handler.go: Evaluated as low risk
- internal/chore/api.go: Evaluated as low risk
Comments suppressed due to low confidence (3)
internal/user/handler.go:596
- [nitpick] The error message 'Error getting users' is too generic. Consider providing a more specific error message.
c.JSON(500, gin.H{ "error": "Error getting users" })
internal/user/handler.go:589
- Ensure that the new route 'api/v1/users' is covered by tests.
userRoutes := router.Group("api/v1/users")
internal/user/handler.go:603
- Ensure that the new route 'api/v1/auth' is covered by tests.
authRoutes := router.Group("api/v1/auth")
| # Log in to Docker Hub | ||
| # I added QEMU Emulation support for non-native architectures and also Buildx to enables multi-architecture. not sure if there is better/faster way to do this | ||
| - name: Set up QEMU | ||
| uses: docker/setup-qemu-action@v3 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
| uses: docker/setup-qemu-action@v3 | ||
|
|
||
| - name: Set up Docker Buildx | ||
| uses: docker/setup-buildx-action@v3 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
| run: | | ||
| docker push ${{ secrets.DOCKER_USERNAME }}/donetick:latest | ||
| - name: Build and push Docker image | ||
| uses: docker/build-push-action@v5 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
No description provided.