Skip to content

Bump paramiko from 3.3.1 to 3.4.0 #28

Bump paramiko from 3.3.1 to 3.4.0

Bump paramiko from 3.3.1 to 3.4.0 #28

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonartest:
name: Sonar Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}