Skip to content

Add SESSION hash support to Request class #69

Add SESSION hash support to Request class

Add SESSION hash support to Request class #69

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
qodana:
runs-on: ubuntu-latest
if: github.repository == 'XOOPS/xmf'
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
fetch-depth: 0
- name: Qodana Scan
uses: JetBrains/qodana-action@42dad391966aca8ca344ca2340a7f43a5507e9b2 # v2025.3.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}