Skip to content

Fix license headers in protobuf integration tests #18

Fix license headers in protobuf integration tests

Fix license headers in protobuf integration tests #18

Workflow file for this run

name: Qodana
on: [push, pull_request, workflow_dispatch]
jobs:
qodana:
name: Scan
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@42dad391966aca8ca344ca2340a7f43a5507e9b2 #v2025.3.1
with:
# https://youtrack.jetbrains.com/issue/QD-6342 – no option to disable emojis
post-pr-comment: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}