Skip to content

build(deps): bump com.google.protobuf:protobuf-javalite from 4.26.0 to 4.26.1 #90

build(deps): bump com.google.protobuf:protobuf-javalite from 4.26.0 to 4.26.1

build(deps): bump com.google.protobuf:protobuf-javalite from 4.26.0 to 4.26.1 #90

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Qodana Scan All'
uses: JetBrains/[email protected]
if: ${{ github.event_name == 'workflow_dispatch'}}
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- name: 'Qodana Scan PUSH'
uses: JetBrains/[email protected]
if: ${{ github.event_name != 'workflow_dispatch'}}
with:
pr-mode: true
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}