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

fix: usage of deprecated version of Node.js #309

Merged
merged 2 commits into from
Jul 30, 2024
Merged

fix: usage of deprecated version of Node.js #309

merged 2 commits into from
Jul 30, 2024

Conversation

hamirmahal
Copy link
Contributor

fixes #308.

meghprkh and others added 2 commits July 1, 2024 15:36
* tmp

* Upgrade to 1.10.1

* Generate with py3.8

---------

Co-authored-by: Megh Parikh <mparikh27@bloomberg.net>
@@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the latest major version as of the time of this writing.

@hamirmahal
Copy link
Contributor Author

Out of curiosity, what are your thoughts on setting up CodeQL checks via the repository settings, as opposed to through a workflow file?

@hamirmahal
Copy link
Contributor Author

image

@karthiknadig karthiknadig self-requested a review July 29, 2024 17:34
@karthiknadig karthiknadig self-assigned this Jul 29, 2024
@karthiknadig karthiknadig added the debt Technical debt or repo cleanup label Jul 29, 2024
@karthiknadig karthiknadig enabled auto-merge (squash) July 29, 2024 17:38
@vscodenpa vscodenpa added this to the August 2024 milestone Jul 29, 2024
@karthiknadig karthiknadig merged commit 25fa7ec into microsoft:main Jul 30, 2024
22 checks passed
@hamirmahal hamirmahal deleted the fix/usage-of-action-that-uses-deprecated-version-of-nodejs branch July 30, 2024 03:15
@meghprkh meghprkh mentioned this pull request Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Technical debt or repo cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

codeql-analysis.yml uses an action that uses a deprecated version of Node.js
5 participants