Fix code scanning alert no. 20: Unsafe jQuery plugin #612
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# See https://github.com/marketplace/actions/contextual-qa-checklists | |
# | |
name: Contextual QA Checklists | |
on: | |
pull_request_target: | |
types: [opened, reopened, ready_for_review] | |
jobs: | |
checklist_job: | |
runs-on: ubuntu-latest | |
if: "!contains(github.actor, 'transifex')" | |
name: Checklist job | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Checklist | |
uses: wyozi/contextual-qa-checklist-action@master | |
with: | |
gh-token: ${{ secrets.GITHUB_TOKEN }} |