Skip to content

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#50) #107

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#50)

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#50) #107

Workflow file for this run

---
name: SonarCloud analysis
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
sonarcloud:
name: SonarCloud
# Don't start the job if Dependabot opened the PR
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}