Skip to content

Commit

Permalink
Update codeQL-scanning.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv authored Dec 18, 2024
1 parent 4faad4d commit fe9deba
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/codeQL-scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,27 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install golang
uses: actions/setup-go@v3
with:
go-version: '1.21.1'

- name: Custom build using make
run: |
go install github.com/ethereum/go-ethereum/cmd/abigen@latest
make compile-el
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@v3

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

0 comments on commit fe9deba

Please sign in to comment.