Skip to content

feat #26 : add dependabot support & CodeQL analysis #35

feat #26 : add dependabot support & CodeQL analysis

feat #26 : add dependabot support & CodeQL analysis #35

Workflow file for this run

# https://docs.github.com/en/actions/using-workflows/reusing-workflows
name: PR/Push update
on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
jobs:
execute-lint:
uses: ./.github/workflows/linting.yml
codeql:
needs: linting

Check failure on line 15 in .github/workflows/update.yml

View workflow run for this annotation

GitHub Actions / PR/Push update

Invalid workflow file

The workflow is not valid. .github/workflows/update.yml (Line: 15, Col: 12): Job 'codeql' depends on unknown job 'linting'.
if: ${{ needs.linting.result == 'success' }}
uses: ./.github/workflows/codeql.yml