Skip to content

Add permissions for workflows and update 3rd party actions #8

Add permissions for workflows and update 3rd party actions

Add permissions for workflows and update 3rd party actions #8

Workflow file for this run

name: CodeQL analysis
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 8 * * *" # every day at 8 AM UTC
permissions:
security-events: write
packages: read
contents: read
actions: read
jobs:
analyze:
uses: HSLdevcom/jore4-tools/.github/workflows/shared-codeql.yml@shared-ghas-workflows-v1
with:
languages: '["actions"]'