diff --git a/.github/workflows/amarna.yml b/.github/workflows/amarna.yml new file mode 100644 index 000000000..3cdc8956a --- /dev/null +++ b/.github/workflows/amarna.yml @@ -0,0 +1,17 @@ +name: Amarna Analysis +on: [push, pull_request] +jobs: + analyze: + runs-on: ubuntu-latest + strategy: + matrix: + target: ['src/', 'tests'] + steps: + - uses: actions/checkout@v4 + + - name: Run Amarna + uses: crytic/amarna-action@v0.1.1 + id: amarna + continue-on-error: true + with: + target: ${{ matrix.target }} \ No newline at end of file diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2cbaddbe3..503c84b56 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: software-mansion/setup-scarb@v1 with: scarb-version: "2.6.4"