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

Remove codeql action #1629

Merged
merged 2 commits into from
Apr 17, 2024
Merged

Remove codeql action #1629

merged 2 commits into from
Apr 17, 2024

Conversation

plantfansam
Copy link
Contributor

@plantfansam plantfansam commented Apr 16, 2024

I saw some warnings and failures in a failed job on a different pr; turns out codeql action v2 is being replaced by v3 (see blog).

The only difference between CodeQL Action v2 and v3 is the version of Node.js on which they run. CodeQL Action v3 runs on Node 20, while CodeQL Action v2 runs on Node 16.

I'm not too familiar with how this repository is using CodeQL analysis (or CodeQL analysis in general) but the Perform CodeQL Analysis action succeeded on the action run associated with this PR.

Turns out codeql is integrated into security scans for the repo (see open-telemetry/opentelemetry-ruby-contrib#131 (comment)), so we can just remove codeql.yml. We just need a repo admin to enable scanning (see this).

@plantfansam plantfansam changed the title try upgrading codeql action Try upgrading codeql action Apr 16, 2024
@plantfansam plantfansam marked this pull request as ready for review April 16, 2024 14:03
@plantfansam
Copy link
Contributor Author

Strike the original premise of the PR; let's do open-telemetry/opentelemetry-ruby-contrib#131 instead.

@plantfansam plantfansam changed the title Try upgrading codeql action Remove codeql action Apr 16, 2024
@kaylareopelle
Copy link
Contributor

Strike the original premise of the PR; let's do open-telemetry/opentelemetry-ruby-contrib#131 instead.

@plantfansam, I agree! Let's go with something like open-telemetry/opentelemetry-ruby-contrib#131.

@plantfansam
Copy link
Contributor Author

Strike the original premise of the PR; let's do open-telemetry/opentelemetry-ruby-contrib#131 instead.

@plantfansam, I agree! Let's go with something like open-telemetry/opentelemetry-ruby-contrib#131.

PR has been updated 😄

@fbogsany fbogsany merged commit 514aa78 into open-telemetry:main Apr 17, 2024
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants