Skip to content

npm: bump @aws-sdk/client-secrets-manager from 3.370.0 to 3.377.0 #287

npm: bump @aws-sdk/client-secrets-manager from 3.370.0 to 3.377.0

npm: bump @aws-sdk/client-secrets-manager from 3.370.0 to 3.377.0 #287

Workflow file for this run

name: SonarCloud Analysis
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}
with:
args:
-Dsonar.projectKey=chiefmikey_gitlang
-Dsonar.organization=chiefmikey