Skip to content

chore(deps): bump @grpc/grpc-js from 1.10.1 to 1.10.9 #14

chore(deps): bump @grpc/grpc-js from 1.10.1 to 1.10.9

chore(deps): bump @grpc/grpc-js from 1.10.1 to 1.10.9 #14

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- feature/*
jobs:
qodana:
runs-on: ubuntu-latest
environment: testing
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@latest
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}