From 4a851f82c4771776f44b954e6dc08f7127dac365 Mon Sep 17 00:00:00 2001 From: Roderik van der Veer Date: Thu, 9 Jan 2025 11:05:11 +0100 Subject: [PATCH] chore: ci fix --- .github/workflows/solidity.yml | 58 +++++++++++++++++----------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index c8e8c23..0347ef9 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -30,35 +30,35 @@ permissions: statuses: write jobs: - codescanning: - name: Code Scanning - #runs-on: ubuntu-latest - runs-on: namespace-profile-btp-scs - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - submodules: recursive - - - name: Install canvas dependencies - run: | - sudo apt-get update - sudo apt-get install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev - - - uses: crytic/slither-action@v0.4.0 - id: slither - with: - sarif: slither.sarif - slither-args: --filter-paths "lib/" --filter-paths "node_modules/" - solc-version: ${{ vars.SOL_VERSION || '0.8.27' }} - fail-on: none - - - name: Upload findings to GitHub Advanced Security Dashboard - continue-on-error: true - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: ${{ steps.slither.outputs.sarif }} - if: always() + # codescanning: + # name: Code Scanning + # #runs-on: ubuntu-latest + # runs-on: namespace-profile-btp-scs + # steps: + # - name: Checkout + # uses: actions/checkout@v4 + # with: + # submodules: recursive + + # - name: Install canvas dependencies + # run: | + # sudo apt-get update + # sudo apt-get install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev + + # - uses: crytic/slither-action@v0.4.0 + # id: slither + # with: + # sarif: slither.sarif + # slither-args: --filter-paths "lib/" --filter-paths "node_modules/" + # solc-version: ${{ vars.SOL_VERSION || '0.8.27' }} + # fail-on: none + + # - name: Upload findings to GitHub Advanced Security Dashboard + # continue-on-error: true + # uses: github/codeql-action/upload-sarif@v3 + # with: + # sarif_file: ${{ steps.slither.outputs.sarif }} + # if: always() test: services: