Skip to content

chore(deps-dev): bump org.eclipse.platform:org.eclipse.osgi from 3.19.0 to 3.20.0 #986

chore(deps-dev): bump org.eclipse.platform:org.eclipse.osgi from 3.19.0 to 3.20.0

chore(deps-dev): bump org.eclipse.platform:org.eclipse.osgi from 3.19.0 to 3.20.0 #986

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@v4
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@v2023.3
with:
# https://youtrack.jetbrains.com/issue/QD-6342 – no option to disable emojis
post-pr-comment: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}