1 Commits

3 changed files with 5 additions and 6 deletions

View File

@ -23,7 +23,7 @@ jobs:
no-fail: true
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v5.2.0
uses: SonarSource/sonarqube-scan-action@v5.0.0
env:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}

View File

@ -4,9 +4,8 @@ LABEL maintainer="Luke Tainton <luke@tainton.uk>"
ENV PIPX_BIN_DIR=/usr/local/bin
RUN add-apt-repository ppa:longsleep/golang-backports && \
apt-get update && \
apt-get install -y golang-go pipx && \
RUN apt-get update && \
apt-get install -y pipx && \
apt-get clean && \
pipx install poetry && \
pipx install uv

View File

@ -7,8 +7,8 @@
],
"platformCommit": "enabled",
"dependencyDashboardAutoclose": true,
"assignAutomerge": false,
"assigneesFromCodeOwners": false,
"assignAutomerge": true,
"assigneesFromCodeOwners": true,
"rebaseWhen": "behind-base-branch",
"rollbackPrs": true,
"labels": [