We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deaf6ac commit f3652b2Copy full SHA for f3652b2
.github/workflows/solidity.yml
@@ -32,7 +32,8 @@ permissions:
32
jobs:
33
codescanning:
34
name: Code Scanning
35
- runs-on: ubuntu-latest
+ #runs-on: ubuntu-latest
36
+ runs-on: namespace-profile-btp-scs
37
container:
38
image: returntocorp/semgrep
39
steps:
@@ -83,7 +84,8 @@ jobs:
83
84
ports:
85
- '8545:8545'
86
name: Test
87
88
89
90
- name: Checkout
91
uses: actions/checkout@v4
@@ -168,7 +170,8 @@ jobs:
168
170
needs:
169
171
- test
172
name: Docker
173
174
175
176
177
0 commit comments