Skip to content

Commit

Permalink
Merge branch 'main' into ignore-changesets-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley authored Feb 5, 2024
2 parents fe85720 + 6a5927f commit e11ba0b
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 77 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:

- name: Initialize CodeQL
id: initialize
uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
with:
languages: ${{ matrix.language }}
source-root: src

- name: Autobuild
id: autobuild
uses: github/codeql-action/autobuild@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
uses: github/codeql-action/autobuild@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0

- name: Perform CodeQL Analysis
id: analyze
uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
140 changes: 70 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
"generic-type-guard": "^4.0.3"
},
"devDependencies": {
"@mscharley/eslint-config": "3.0.6",
"@mscharley/prettier-config": "3.0.2",
"@types/jest": "29.5.11",
"@types/node": "20.11.6",
"@mscharley/eslint-config": "3.0.7",
"@mscharley/prettier-config": "3.0.3",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@vercel/ncc": "0.38.1",
"eslint-plugin-github": "4.10.1",
"eslint-plugin-jest": "27.6.3",
Expand Down

0 comments on commit e11ba0b

Please sign in to comment.