Skip to content

Commit

Permalink
Merge pull request #280 from VisorFolks/dev/akashkollipara/github_act…
Browse files Browse the repository at this point in the history
…ion_codeql_upd

<Github Actions> Updated codeql version and addressed warnings
  • Loading branch information
akashkollipara authored Jan 22, 2024
2 parents c37098a + c27b439 commit ae98a35
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/github_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
language: ["c", "cpp"]
language: ["cpp"]

steps:
- uses: actions/checkout@v2
Expand All @@ -30,16 +30,13 @@ jobs:
run: git config --global url."https://${TOKEN}:[email protected]/".insteadOf "https://github.com/"

- name: Fetch Dependencies
env:
AVRTC: https://github.com/VisorFolks/avr-toolchain.git
RISCVTC: https://github.com/VisorFolks/risc-v-toolchain.git
run: |
sudo apt install cppcheck -y
make get_avr_tc AVR_TC_REPO=${AVRTC}
make get_riscv_tc RISC_V_TC_REPO=${RISCVTC}
make get_avr_tc
make get_riscv_tc
- name: Init CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
debug: true
Expand All @@ -53,7 +50,7 @@ jobs:
make demo_helios_riscv
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

- name: Clean Up
run: |
Expand Down

0 comments on commit ae98a35

Please sign in to comment.