Skip to content

build(deps): bump github.com/DATA-DOG/go-txdb from 0.1.7 to 0.1.8 #19

build(deps): bump github.com/DATA-DOG/go-txdb from 0.1.7 to 0.1.8

build(deps): bump github.com/DATA-DOG/go-txdb from 0.1.7 to 0.1.8 #19

Workflow file for this run

name: sonar
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
sonar-analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Generate sonar-project.properties
run: |
cat <<EOF > sonar-project.properties
sonar.organization=adrianbrad
sonar.projectKey=adrianbrad_psqltest
sonar.sources=.
EOF
- name: Sonar analysis
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}