Skip to content

chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 #172

chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0

chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 #172

Workflow file for this run

name: Sonar
on:
push:
branches: [ main, develop ]
permissions:
contents: read
jobs:
sonar:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for sonarsource/sonarcloud-github-action to determine which PR to decorate
name: Sonar
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@49e6cd3b187936a73b8280d59ffd9da69df63ec9 # master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}