stackrole / gatsby-starter-foundation

A starter to launch your blazing fast personal website and a blog, Built with Gatsby and Netlify CMS. Made with ❤ by Stackrole
https://foundation.stackrole.com
MIT License
270 stars 127 forks source link

Fix issues in package.json #89

Open sweep-ai[bot] opened 1 year ago

sweep-ai[bot] commented 1 year ago

PR Feedback (click)

Summary of Changes

Please review and merge this PR to resolve the issues in the package.json file.

Fixes #88.


🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can:

netlify[bot] commented 1 year ago

Deploy Preview for frosty-perlman-9da1cb failed.

Name Link
Latest commit da1988918d995f7db48de70e5dffac43d376324a
Latest deploy log https://app.netlify.com/sites/frosty-perlman-9da1cb/deploys/6512e0a1615c5e0008cde3ea
sweep-ai[bot] commented 1 year ago

GitHub actions yielded the following error.

The command that failed is github/codeql-action/autobuild@v1. Here are the relevant lines from the logs:

##[error]This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/

This is likely a linting or type-checking issue with the source code. Update the code changed by the PR. Don't modify the existing tests.

sweep-ai[bot] commented 1 year ago

🚀 Wrote Changes

The command that failed is github/codeql-action/autobuild@v1. Here are the relevant lines from the logs:

##[error]This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/

Hi @sweep-ai[bot],

I decided to make the following changes:

File Path Proposed Changes
.github/workflows/codeql-analysis.yml Modify .github/workflows/codeql-analysis.yml with contents:
• Find the line that specifies the CodeQL Action version as github/codeql-action/autobuild@v1.
• Replace github/codeql-action/autobuild@v1 with github/codeql-action/autobuild@v2.