Skip to content

Commit 620fec7

Browse files
committed
chore: ci fix
1 parent 18570b7 commit 620fec7

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.github/workflows/solidity.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -30,35 +30,35 @@ permissions:
3030
statuses: write
3131

3232
jobs:
33-
codescanning:
34-
name: Code Scanning
35-
#runs-on: ubuntu-latest
36-
runs-on: namespace-profile-btp-scs
37-
steps:
38-
- name: Checkout
39-
uses: actions/checkout@v4
40-
with:
41-
submodules: recursive
42-
43-
- name: Install canvas dependencies
44-
run: |
45-
sudo apt-get update
46-
sudo apt-get install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
47-
48-
- uses: crytic/slither-action@v0.4.0
49-
id: slither
50-
with:
51-
sarif: slither.sarif
52-
slither-args: --filter-paths "lib/" --filter-paths "node_modules/"
53-
solc-version: ${{ vars.SOL_VERSION || '0.8.27' }}
54-
fail-on: none
55-
56-
- name: Upload findings to GitHub Advanced Security Dashboard
57-
continue-on-error: true
58-
uses: github/codeql-action/upload-sarif@v3
59-
with:
60-
sarif_file: ${{ steps.slither.outputs.sarif }}
61-
if: always()
33+
# codescanning:
34+
# name: Code Scanning
35+
# #runs-on: ubuntu-latest
36+
# runs-on: namespace-profile-btp-scs
37+
# steps:
38+
# - name: Checkout
39+
# uses: actions/checkout@v4
40+
# with:
41+
# submodules: recursive
42+
43+
# - name: Install canvas dependencies
44+
# run: |
45+
# sudo apt-get update
46+
# sudo apt-get install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
47+
48+
# - uses: crytic/slither-action@v0.4.0
49+
# id: slither
50+
# with:
51+
# sarif: slither.sarif
52+
# slither-args: --filter-paths "lib/" --filter-paths "node_modules/"
53+
# solc-version: ${{ vars.SOL_VERSION || '0.8.27' }}
54+
# fail-on: none
55+
56+
# - name: Upload findings to GitHub Advanced Security Dashboard
57+
# continue-on-error: true
58+
# uses: github/codeql-action/upload-sarif@v3
59+
# with:
60+
# sarif_file: ${{ steps.slither.outputs.sarif }}
61+
# if: always()
6262

6363
test:
6464
services:

0 commit comments

Comments
 (0)