Skip to content

Commit

Permalink
[🔥AUDIT🔥] Update CodeQL (#1051)
Browse files Browse the repository at this point in the history
🖍 _This is an audit!_ 🖍

## Summary:
Per [this blog], v1 is deprecated. This updates us to v2.

[1]: https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/

Author: somewhatabstract

Auditors:

Required Reviewers:

Approved By:

Checks: ✅ codecov/project, ✅ CodeQL, ✅ Test and build (macos-latest, 18.x), ✅ Test and build (macos-latest, 16.x), ✅ Test and build (ubuntu-latest, 18.x), ✅ Test and build (ubuntu-latest, 16.x), ✅ Test and build (windows-latest, 18.x), ✅ Test and build (windows-latest, 16.x), ✅ Update test coverage (ubuntu-latest, 16.x), ✅ Lint and type check (ubuntu-latest, 16.x), ✅ Analyze (javascript), ⏭  dependabot

Pull Request URL: #1051
  • Loading branch information
somewhatabstract authored May 6, 2023
1 parent 43738ae commit 8966bd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changeset/late-gorillas-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -54,7 +54,7 @@ jobs:
# 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@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,4 +68,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit 8966bd7

Please sign in to comment.