Bump react-dom from 19.0.0-rc-65a56d0e-20241020 to 19.0.0 #772
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
--- | |
name: "CodeQL" | |
# yamllint disable-line rule:truthy | |
on: | |
push: | |
branches: | |
- prod | |
- dev | |
pull_request: | |
branches: | |
- prod | |
- dev | |
schedule: | |
- cron: "0 12 * * 4" | |
workflow_dispatch: | |
concurrency: | |
group: codeql-${{ github.head_ref || github.ref }} | |
cancel-in-progress: true | |
permissions: | |
actions: read | |
contents: read | |
security-events: write | |
jobs: | |
codeql-analyze-javascript: | |
uses: timmo001/workflows/.github/workflows/codeql-javascript.yml@master |