Skip to content

chore(deps): Bump nanoid from 3.3.12 to 3.3.18 in /demo/nuxt #336

chore(deps): Bump nanoid from 3.3.12 to 3.3.18 in /demo/nuxt

chore(deps): Bump nanoid from 3.3.12 to 3.3.18 in /demo/nuxt #336

Workflow file for this run

name: "Code scanning - action"
on:
push:
pull_request:
schedule:
- cron: "0 19 * * 0"
jobs:
CodeQL-Build:
# CodeQL runs on ubuntu-latest and windows-latest
runs-on: ubuntu-latest
if: (github.event_name == 'pull_request' && github.repository == 'openwallet-foundation/acapy-vc-authn-oidc') || (github.event_name != 'pull_request')
permissions:
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2