Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ioBroker/ioBroker.javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Jan 11, 2024
2 parents 91f964f + b3baeae commit 603069a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Expand Up @@ -27,16 +27,16 @@ jobs:
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
config-file: ./.github/codeql/codeql-config.yml
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.4",
"@types/node": "^20.10.6",
"@types/node": "^20.11.0",
"@types/request": "^2.48.12",
"axios": "^1.6.5",
"coffeescript": "^2.7.0",
Expand Down

0 comments on commit 603069a

Please sign in to comment.