|
3 | 3 | on: |
4 | 4 | pull_request: |
5 | 5 | push: |
6 | | - branches: [main] |
| 6 | + branches: [main, release/v0.3.0] |
7 | 7 | merge_group: |
8 | 8 | workflow_dispatch: |
9 | 9 |
|
|
21 | 21 | env: |
22 | 22 | RUSTFLAGS: "-D warnings" |
23 | 23 | steps: |
24 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 24 | + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
25 | 25 | with: |
26 | 26 | persist-credentials: false |
27 | 27 |
|
|
52 | 52 | name: Dependency licenses |
53 | 53 | runs-on: ubuntu-latest |
54 | 54 | steps: |
55 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 55 | + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
56 | 56 | with: |
57 | 57 | persist-credentials: false |
58 | 58 |
|
|
65 | 65 | name: Codegen |
66 | 66 | runs-on: ubuntu-latest |
67 | 67 | steps: |
68 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 68 | + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
69 | 69 | with: |
70 | 70 | persist-credentials: false |
71 | 71 |
|
@@ -110,7 +110,7 @@ jobs: |
110 | 110 | env: |
111 | 111 | TRUAPI_REQUIRE_GENERATED: 1 |
112 | 112 | steps: |
113 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 113 | + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
114 | 114 | with: |
115 | 115 | persist-credentials: false |
116 | 116 |
|
@@ -143,7 +143,7 @@ jobs: |
143 | 143 | env: |
144 | 144 | TRUAPI_REQUIRE_GENERATED: 1 |
145 | 145 | steps: |
146 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 146 | + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
147 | 147 | with: |
148 | 148 | persist-credentials: false |
149 | 149 |
|
@@ -188,7 +188,7 @@ jobs: |
188 | 188 | env: |
189 | 189 | TRUAPI_REQUIRE_GENERATED: 1 |
190 | 190 | steps: |
191 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 191 | + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
192 | 192 | with: |
193 | 193 | persist-credentials: false |
194 | 194 |
|
@@ -228,7 +228,7 @@ jobs: |
228 | 228 | env: |
229 | 229 | TRUAPI_REQUIRE_GENERATED: 1 |
230 | 230 | steps: |
231 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 231 | + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
232 | 232 | with: |
233 | 233 | submodules: recursive |
234 | 234 | persist-credentials: false |
|
0 commit comments