File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 # Snap
1313 sonarcloud-snap :
1414 name : SonarCloud snap
15- runs-on : ubuntu-20.04
15+ runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4
1818 with :
4545 # VC Manager
4646 sonarcloud-datamanager :
4747 name : SonarCloud datamanager
48- runs-on : ubuntu-20.04
48+ runs-on : ubuntu-latest
4949 steps :
5050 - uses : actions/checkout@v4
5151 with :
7878 # Connector
7979 sonarcloud-connector :
8080 name : SonarCloud connector
81- runs-on : ubuntu-20.04
81+ runs-on : ubuntu-latest
8282 steps :
8383 - uses : actions/checkout@v4
8484 with :
9696 # Dapp
9797 sonarcloud-dapp :
9898 name : SonarCloud dapp
99- runs-on : ubuntu-20.04
99+ runs-on : ubuntu-latest
100100 steps :
101101 - uses : actions/checkout@v4
102102 with :
@@ -114,7 +114,7 @@ jobs:
114114 # Docs
115115 sonarcloud-docs :
116116 name : SonarCloud docs
117- runs-on : ubuntu-20.04
117+ runs-on : ubuntu-latest
118118 steps :
119119 - uses : actions/checkout@v4
120120 with :
@@ -132,7 +132,7 @@ jobs:
132132 # Did-provider-key
133133 sonarcloud-did-provider-key :
134134 name : SonarCloud did-provider-key
135- runs-on : ubuntu-20.04
135+ runs-on : ubuntu-latest
136136 steps :
137137 - uses : actions/checkout@v4
138138 with :
@@ -164,7 +164,7 @@ jobs:
164164 # Did-provider-key
165165 sonarcloud-extended-verification-lib :
166166 name : SonarCloud extended-verification-lib
167- runs-on : ubuntu-20.04
167+ runs-on : ubuntu-latest
168168 steps :
169169 - uses : actions/checkout@v4
170170 with :
You can’t perform that action at this time.
0 commit comments