Skip to content

Conversation

aeisenberg
Copy link
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 aeisenberg requested a review from a team as a code owner June 14, 2022 04:09
@aeisenberg aeisenberg force-pushed the aeisenberg/js-yaml-typings branch from acba09c to 0efcf74 Compare June 14, 2022 14:51
}

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 aeisenberg merged commit 81b419c into main Jun 15, 2022
@aeisenberg aeisenberg deleted the aeisenberg/js-yaml-typings branch June 15, 2022 03:56
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.

2 participants