File tree Expand file tree Collapse file tree
.github/actions/config-sonar-python Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 # updating the build number doesn't propagate to private/. As such, the version needs to be updated specifically in the private/ folder
2525 # See BUILD-9394 for details
2626 cd private
27- bash ${{ github.action_path } }/set_maven_version.sh
27+ bash ${GITHUB_ACTION_PATH }/set_maven_version.sh
2828 env :
2929 BUILD_NUMBER : ${{ inputs.build-number || steps.mvn-config.outputs.BUILD_NUMBER }}
Original file line number Diff line number Diff line change 9090 </configuration >
9191 </execution >
9292 </executions >
93+ <dependencies >
94+ <dependency >
95+ <groupId >${project.groupId} </groupId >
96+ <artifactId >sonar-python-plugin</artifactId >
97+ <version >${project.version} </version >
98+ </dependency >
99+ <dependency >
100+ <groupId >${project.groupId} </groupId >
101+ <artifactId >python-custom-rules-example</artifactId >
102+ <version >${project.version} </version >
103+ </dependency >
104+ </dependencies >
93105 </plugin >
94106 </plugins >
95107 </build >
96108 </profile >
97109 </profiles >
98110
99- </project >
111+ </project >
Original file line number Diff line number Diff line change 22java = " 17.0"
33maven = " 3.9"
44python = " 3.9"
5- "pipx:tox" = " latest"
5+ uv = " latest" # required for pipx backend
6+ "pipx:tox" = { version = " latest" , uvx = " true" }
You can’t perform that action at this time.
0 commit comments