FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add typings for js-yaml by aeisenberg · Pull Request #1097 · github/codeql-action · GitHub

Add typings for js-yaml - #1097

Merged
aeisenberg merged 1 commit into
mainfrom
aeisenberg/js-yaml-typings
Jun 15, 2022
Merged

aeisenberg merged 1 commit into
mainfrom
aeisenberg/js-yaml-typings

Conversation

Copy link
Copy Markdown
Contributor

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.
  • Confirm the changelog has been updated if necessary.

aeisenberg requested a review from a team as a code owner June 14, 2022 04:09
aeisenberg force-pushed the aeisenberg/js-yaml-typings branch from acba09c to 0efcf74 Compare June 14, 2022 14:51
Comment thread src/config-utils.ts
}

return yaml.load(fs.readFileSync(configFile, "utf8"));
return yaml.load(fs.readFileSync(configFile, "utf8")) as UserConfig;

Check failure

Code scanning / CodeQL

Potential file system race condition

The file may have changed since it [was checked](1).
aeisenberg merged commit 81b419c into main Jun 15, 2022
aeisenberg deleted the aeisenberg/js-yaml-typings branch June 15, 2022 03:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL