2121 PYTHONPATH : ${{ github.workspace }}
2222 IDEFIX_DIR : ${{ github.workspace }}
2323
24+ permissions : {}
25+
2426jobs :
2527 ShocksHydro :
2628 runs-on : self-hosted
2729 steps :
2830 - name : Check out repo
29- uses : actions/checkout@v3
31+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3032 with :
3133 submodules : recursive
34+ persist-credentials : false
3235 - name : Sod test
3336 run : scripts/ci/run-tests $IDEFIX_DIR/test/HD/sod -all $TESTME_OPTIONS
3437 - name : Isothermal Sod test
4043 runs-on : self-hosted
4144 steps :
4245 - name : Check out repo
43- uses : actions/checkout@v3
46+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
4447 with :
4548 submodules : recursive
49+ persist-credentials : false
4650 - name : Viscous flow past cylinder
4751 run : scripts/ci/run-tests $IDEFIX_DIR/test/HD/ViscousFlowPastCylinder -all $TESTME_OPTIONS
4852 - name : Viscous disk
5458 runs-on : self-hosted
5559 steps :
5660 - name : Check out repo
57- uses : actions/checkout@v3
61+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
5862 with :
5963 submodules : recursive
64+ persist-credentials : false
6065 - name : MHD Sod test
6166 run : scripts/ci/run-tests $IDEFIX_DIR/test/MHD/sod -all $TESTME_OPTIONS
6267 - name : MHD Isothermal Sod test
7277 runs-on : self-hosted
7378 steps :
7479 - name : Check out repo
75- uses : actions/checkout@v3
80+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
7681 with :
7782 submodules : recursive
83+ persist-credentials : false
7884 - name : Ambipolar C Shock
7985 run : scripts/ci/run-tests $IDEFIX_DIR/test/MHD/AmbipolarCshock -all $TESTME_OPTIONS
8086 - name : Ambipolar C Shock 3D
9197 runs-on : self-hosted
9298 steps :
9399 - name : Check out repo
94- uses : actions/checkout@v3
100+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
95101 with :
96102 submodules : recursive
103+ persist-credentials : false
97104 - name : Fargo + planet
98105 run : scripts/ci/run-tests $IDEFIX_DIR/test/HD/FargoPlanet -all $TESTME_OPTIONS
99106 - name : Fargo MHD spherical
@@ -104,9 +111,10 @@ jobs:
104111 runs-on : self-hosted
105112 steps :
106113 - name : Check out repo
107- uses : actions/checkout@v3
114+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
108115 with :
109116 submodules : recursive
117+ persist-credentials : false
110118 - name : Hydro shearing box
111119 run : scripts/ci/run-tests $IDEFIX_DIR/test/HD/ShearingBox -all $TESTME_OPTIONS
112120 - name : MHD shearing box
@@ -117,9 +125,10 @@ jobs:
117125 runs-on : self-hosted
118126 steps :
119127 - name : Check out repo
120- uses : actions/checkout@v3
128+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
121129 with :
122130 submodules : recursive
131+ persist-credentials : false
123132 - name : Jeans Instability
124133 run : scripts/ci/run-tests $IDEFIX_DIR/test/SelfGravity/JeansInstability -all $TESTME_OPTIONS
125134 - name : Random sphere spherical
@@ -136,9 +145,10 @@ jobs:
136145 runs-on : self-hosted
137146 steps :
138147 - name : Check out repo
139- uses : actions/checkout@v3
148+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
140149 with :
141150 submodules : recursive
151+ persist-credentials : false
142152 - name : 3 body
143153 run : scripts/ci/run-tests $IDEFIX_DIR/test/Planet/Planet3Body -all $TESTME_OPTIONS
144154 - name : migration
@@ -157,9 +167,10 @@ jobs:
157167 runs-on : self-hosted
158168 steps :
159169 - name : Check out repo
160- uses : actions/checkout@v3
170+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
161171 with :
162172 submodules : recursive
173+ persist-credentials : false
163174 - name : Energy conservation
164175 run : scripts/ci/run-tests $IDEFIX_DIR/test/Dust/DustEnergy -all $TESTME_OPTIONS
165176 - name : Dusty wave
@@ -170,9 +181,10 @@ jobs:
170181 runs-on : self-hosted
171182 steps :
172183 - name : Check out repo
173- uses : actions/checkout@v3
184+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
174185 with :
175186 submodules : recursive
187+ persist-credentials : false
176188 - name : MTI
177189 run : scripts/ci/run-tests $IDEFIX_DIR/test/MHD/MTI -all $TESTME_OPTIONS
178190 - name : Spherical anisotropic diffusion
@@ -187,9 +199,10 @@ jobs:
187199 runs-on : self-hosted
188200 steps :
189201 - name : Check out repo
190- uses : actions/checkout@v3
202+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
191203 with :
192204 submodules : recursive
205+ persist-credentials : false
193206 - name : Run examples test
194207 run : cd test && ./checks_examples.sh $TEST_OPTIONS
195208
@@ -198,9 +211,10 @@ jobs:
198211 runs-on : self-hosted
199212 steps :
200213 - name : Check out repo
201- uses : actions/checkout@v3
214+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
202215 with :
203216 submodules : recursive
217+ persist-credentials : false
204218 - name : Lookup table
205219 run : scripts/ci/run-tests $IDEFIX_DIR/test/utils/lookupTable -all $TESTME_OPTIONS
206220 - name : Dump Image
0 commit comments