Skip to content

Bump github/codeql-action from 3.25.15 to 3.26.0 #311

Bump github/codeql-action from 3.25.15 to 3.26.0

Bump github/codeql-action from 3.25.15 to 3.26.0 #311

name: Run Tests for patches and ci changes.
# Runs tests when updating patches or the ci pipeline
on:
# Triggers the workflow on push or pull request events but only for the main branch
pull_request:
branches:
- master
paths:
- '.github/workflows/**'
- 'Pipfile'
- 'Pipfile.lock'
- 'Dockerfile'
- 'requirements.txt'
- 'Makefile'
- 'tests/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
hardening:
name: Harden runner
uses: ./.github/workflows/hardening.yaml
call-run-tests:
needs: hardening
uses: ./.github/workflows/run-tests.yaml