Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: "CodeQL"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

permissions:
contents: read
security-events: write

jobs:
codeql:
name: "Analyze"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@
"uuid": "^11.1.0",
"zlib": "^1.0.5"
},
"//": [
"micromatch is an unspecified dependency of ava"
],
Comment on lines -59 to -61
Copy link
Contributor

Choose a reason for hiding this comment

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

This looks reasonable, but please re-run npm -i and commit any changes.

Copy link
Author

Choose a reason for hiding this comment

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

Sure thing

"devDependencies": {
"@ava/typescript": "4.1.0",
"@eslint/compat": "^1.1.1",
Expand All @@ -82,7 +79,6 @@
"eslint-plugin-github": "^5.1.8",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-no-async-foreach": "^0.1.1",
"micromatch": "4.0.8",
"nock": "^14.0.1",
"removeNPMAbsolutePaths": "3.0.1",
"sinon": "^19.0.2",
Expand Down