Skip to content

Commit

Permalink
change actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquim-verges committed Oct 16, 2023
1 parent 27e229d commit cbec79d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
submodules: recursive
fetch-depth: 25
node-version: 18

- name: Setup Project
uses: ./.github/composite-actions/setup
Expand All @@ -37,7 +38,6 @@ jobs:
continue-on-error: true
id: slither
with:
node-version: 18
sarif: results.sarif

- name: Upload SARIF file
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
test:
# The type of runner that the job will run on
# 16 core paid runner
runs-on: ubuntu-latest
runs-on: ubuntu-latest-16-cores

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -30,6 +30,7 @@ jobs:
with:
submodules: recursive
fetch-depth: 25
node-version: 18

- name: Setup Project
uses: ./.github/composite-actions/setup
Expand Down

0 comments on commit cbec79d

Please sign in to comment.