Skip to content

Commit

Permalink
Fix CodeQL error (#7535)
Browse files Browse the repository at this point in the history
* Upgrade CodeQL analysis actions to v3

* Get Dependabot to start updating our actions
  • Loading branch information
cgsunkel authored Feb 13, 2025
1 parent 43d9207 commit 7d55779
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,11 @@ updates:
- dependency-name: eslint # See above
versions:
- '> 8.57.0'
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: 'weekly'
day: 'monday'
time: '03:00'
timezone: Europe/London
open-pull-requests-limit: 10
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: javascript

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below).
- 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

0 comments on commit 7d55779

Please sign in to comment.