Skip to content

Delete xbootstrap and xswatch4 #6

Delete xbootstrap and xswatch4

Delete xbootstrap and xswatch4 #6

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
qodana:
runs-on: ubuntu-22.04
if: github.repository == 'XOOPS/XoopsCore25'
permissions:
contents: read
pull-requests: write
checks: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
fetch-depth: 0
- name: Qodana Scan
uses: JetBrains/qodana-action@89eb4357efd2b52e639f3216e63edaf33b82622b # v2025.3.2
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}