Skip to content

Commit

Permalink
update codeql version
Browse files Browse the repository at this point in the history
  • Loading branch information
WaleedAshraf committed Jul 20, 2024
1 parent 3d4155e commit 2ed0660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v3
# Override language selection by uncommenting this and choosing your languages
with:
languages: javascript

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"eslint-plugin-standard": "^4.0.1",
"jest": "^28.0.1"
}
}
}

0 comments on commit 2ed0660

Please sign in to comment.