Skip to content

feat: update portkey sdk version #7

feat: update portkey sdk version

feat: update portkey sdk version #7

Workflow file for this run

on:
pull_request:
types: [opened, synchronize, reopened]
name: PR Static Code Analysis
jobs:
static-code-analysis:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube Scan
uses: sonarsource/[email protected]
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
with:
args: >
-Dsonar.projectKey=hamster-woods-interface