Skip to content

chore(deps): bump @strapi/provider-email-nodemailer from 4.11.2 to 4.13.3 #114

chore(deps): bump @strapi/provider-email-nodemailer from 4.11.2 to 4.13.3

chore(deps): bump @strapi/provider-email-nodemailer from 4.11.2 to 4.13.3 #114

Workflow file for this run

name: Code scanning (CodeQL)
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize]
branches:
- main
push:
branches:
- main
schedule:
- cron: '0 2 * * *'
jobs:
codeql:
name: Run codeql scan
if: github.event.pull_request.draft == false
uses: Informasjonsforvaltning/workflows/.github/workflows/codeql.yaml@main
with:
language: javascript
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}