Skip to content

fix: 🐛 The affiliate tag URL injection broke some Amazon function… #18

fix: 🐛 The affiliate tag URL injection broke some Amazon function…

fix: 🐛 The affiliate tag URL injection broke some Amazon function… #18

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
- dev
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Qodana Scan"
uses: JetBrains/qodana-action@v2023.1.5
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json