Skip to content

chore(deps): bump @remotion/player from 4.0.452 to 4.0.456 in /docker/video-preview-app #27

chore(deps): bump @remotion/player from 4.0.452 to 4.0.456 in /docker/video-preview-app

chore(deps): bump @remotion/player from 4.0.452 to 4.0.456 in /docker/video-preview-app #27

Workflow file for this run

name: CodeQL
on:
push:
branches:
- master
- main
pull_request:
schedule:
- cron: "23 4 * * 1"
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
language:
- python
- javascript-typescript
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4