Skip to content

GODRIVER-3245 Use a custom CodeQL workflow. #1674

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

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

matthewdale
Copy link
Collaborator

GODRIVER-3245

Summary

Use a custom CodeQL workflow.

Background & Motivation

The current CodeQL autobuild setup reports build failures. Try using a custom workflow to fix the build failures.


jobs:
analyze:
name: Analyze (${{ matrix.language }})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can simplify this since there is only one language. Use Analyze Go here, and use ubuntu-latest on the next line. Similarly, we can remove the strategy portion and use the values directly in the steps.

Copy link
Collaborator Author

@matthewdale matthewdale Jun 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good catch! I'll update that to simplify the config.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to merge this as-is for now to unblock work, we can follow up with a refactor.

@mongodb-drivers-pr-bot mongodb-drivers-pr-bot bot added the priority-3-low Low Priority PR for Review label Jun 12, 2024
Copy link
Contributor

API Change Report

No changes found!

@blink1073 blink1073 added priority-1-high High Priority PR for Review and removed priority-3-low Low Priority PR for Review labels Jun 13, 2024
@blink1073 blink1073 merged commit 6e75330 into mongodb:v1 Jun 13, 2024
26 of 28 checks passed
blink1073 pushed a commit to blink1073/mongo-go-driver that referenced this pull request Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-1-high High Priority PR for Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants