Skip to content

Commit

Permalink
Bumping CodeQL to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnjr committed Jun 19, 2022
1 parent 5455b61 commit 0c2bd2e
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Install Scons
Expand All @@ -38,18 +38,7 @@ jobs:
- name: Install R packages
run: sudo Rscript -e "install.packages('RInside', repos = 'https://cloud.r-project.org')" && echo "/usr/local/lib/R/site-library/RInside/lib" | sudo tee /etc/ld.so.conf.d/RInside.conf && sudo ldconfig
- name: Autobuild
uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release
uses: github/codeql-action/autobuild@v2

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

0 comments on commit 0c2bd2e

Please sign in to comment.