File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
src/main/kotlin/com/ecwid/apiclient/v3/dto/product/result Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4848 ${{ github.workspace }}/build/reports/detekt/detekt.html
4949
5050 - name : Upload static analysis results
51- uses : github/codeql-action/upload-sarif@v2
51+ uses : github/codeql-action/upload-sarif@v3
5252 if : always()
5353 with :
5454 sarif_file : ${{ github.workspace }}/build/reports/detekt/detekt.sarif
Original file line number Diff line number Diff line change 3737 GRGIT_PASS : ${{ secrets.GRGIT_PASS }}
3838
3939 - name : Upload static analysis results
40- uses : github/codeql-action/upload-sarif@v2
40+ uses : github/codeql-action/upload-sarif@v3
4141 if : always()
4242 with :
4343 sarif_file : ${{ github.workspace }}/build/reports/detekt/detekt.sarif
Original file line number Diff line number Diff line change @@ -191,7 +191,9 @@ data class FetchedProduct(
191191
192192 data class CategoryInfo (
193193 val id : Int = 0 ,
194- val enabled : Boolean = true
194+ val enabled : Boolean = true ,
195+ val name : String = " " ,
196+ val nameTranslated : String = " " ,
195197 )
196198
197199 data class TaxInfo (
You can’t perform that action at this time.
0 commit comments