Skip to content

Bump com.gradle.plugin-publish from 1.2.1 to 1.2.2 #47

Bump com.gradle.plugin-publish from 1.2.1 to 1.2.2

Bump com.gradle.plugin-publish from 1.2.1 to 1.2.2 #47

Workflow file for this run

name: Quality Check
on:
pull_request:
push:
branches: [ "main" ]
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0
- uses: JetBrains/qodana-action@v2023.3
name: Qodana Scan
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
pr-mode: false
args: --baseline,qodana.sarif.json