33
33
steps :
34
34
- name : Check Right Permissions To Trigger This
35
35
id : check_right_permissions
36
- uses : stacks-network/actions/team-membership@feat/mutation-testing
36
+ uses : stacks-network/actions/team-membership@main
37
37
with :
38
38
username : ${{ github.actor }}
39
39
team : ' blockchain-team'
62
62
63
63
steps :
64
64
- id : check_packages_and_shards
65
- uses : stacks-network/actions/stacks-core/mutation-testing/check-packages-and-shards@feat/mutation-testing
65
+ uses : stacks-network/actions/stacks-core/mutation-testing/check-packages-and-shards@main
66
66
with :
67
67
ignore_timeout : ${{ inputs.ignore_timeout }}
68
68
80
80
81
81
steps :
82
82
- name : Run mutants on diffs
83
- uses : stacks-network/actions/stacks-core/mutation-testing/pr-differences@feat/mutation-testing
83
+ uses : stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
84
84
with :
85
85
package : ' small'
86
86
@@ -103,7 +103,7 @@ jobs:
103
103
104
104
steps :
105
105
- name : Run mutants on diffs
106
- uses : stacks-network/actions/stacks-core/mutation-testing/pr-differences@feat/mutation-testing
106
+ uses : stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
107
107
with :
108
108
shard : ${{ matrix.shard }}
109
109
package : ' small'
@@ -125,7 +125,7 @@ jobs:
125
125
env :
126
126
BITCOIND_TEST : 1
127
127
RUST_BACKTRACE : full
128
- uses : stacks-network/actions/stacks-core/mutation-testing/pr-differences@feat/mutation-testing
128
+ uses : stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
129
129
with :
130
130
package : ' stackslib'
131
131
@@ -151,7 +151,7 @@ jobs:
151
151
env :
152
152
BITCOIND_TEST : 1
153
153
RUST_BACKTRACE : full
154
- uses : stacks-network/actions/stacks-core/mutation-testing/pr-differences@feat/mutation-testing
154
+ uses : stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
155
155
with :
156
156
shard : ${{ matrix.shard }}
157
157
package : ' stackslib'
@@ -173,7 +173,7 @@ jobs:
173
173
env :
174
174
BITCOIND_TEST : 1
175
175
RUST_BACKTRACE : full
176
- uses : stacks-network/actions/stacks-core/mutation-testing/pr-differences@feat/mutation-testing
176
+ uses : stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
177
177
with :
178
178
package : ' stacks-node'
179
179
@@ -199,7 +199,7 @@ jobs:
199
199
env :
200
200
BITCOIND_TEST : 1
201
201
RUST_BACKTRACE : full
202
- uses : stacks-network/actions/stacks-core/mutation-testing/pr-differences@feat/mutation-testing
202
+ uses : stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
203
203
with :
204
204
shard : ${{ matrix.shard }}
205
205
package : ' stacks-node'
@@ -217,7 +217,7 @@ jobs:
217
217
218
218
steps :
219
219
- name : Run mutants on diffs
220
- uses : stacks-network/actions/stacks-core/mutation-testing/pr-differences@feat/mutation-testing
220
+ uses : stacks-network/actions/stacks-core/mutation-testing/pr-differences@main
221
221
with :
222
222
package : ' stacks-signer'
223
223
@@ -242,7 +242,7 @@ jobs:
242
242
243
243
steps :
244
244
- name : Output Mutants
245
- uses : stacks-network/actions/stacks-core/mutation-testing/output-pr-mutants@feat/mutation-testing
245
+ uses : stacks-network/actions/stacks-core/mutation-testing/output-pr-mutants@main
246
246
with :
247
247
stackslib_package : ${{ needs.check-big-packages-and-shards.outputs.run_stackslib }}
248
248
shards_for_stackslib_package : ${{ needs.check-big-packages-and-shards.outputs.stackslib_with_shards }}
0 commit comments