Skip to content

Bump github/codeql-action from 3 to 4 #215

Bump github/codeql-action from 3 to 4

Bump github/codeql-action from 3 to 4 #215

Workflow file for this run

name: PR Workflow
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
contents: read
security-events: write
actions: read
jobs:
build-image:
uses: ./.github/workflows/build-image.yml
lint-format:
uses: ./.github/workflows/lint-format.yml
needs: build-image
unit-sec-scan:
uses: ./.github/workflows/unit-sec-test.yml
needs: lint-format