Skip to content

build(deps): bump org.springframework.boot from 3.2.5 to 3.3.1 #1742

build(deps): bump org.springframework.boot from 3.2.5 to 3.3.1

build(deps): bump org.springframework.boot from 3.2.5 to 3.3.1 #1742

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- develop
- feature/qodana
jobs:
gatekeeper:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' && startsWith(github.head_ref, 'translations_') == false || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
steps:
- run: echo 'Open the Golden Gate'
qodana:
needs: gatekeeper
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1.5
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
args: --baseline,qodana.sarif.json
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
- name: Deploy to GitHub Pages
if: github.event_name == 'push'
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ runner.temp }}/qodana/results/report
destination_dir: ./qodana