Skip to content

chore(deps): bump @midnight-ntwrk/midnight-js-contracts from 4.1.1 to 5.0.0-beta.7 #233

chore(deps): bump @midnight-ntwrk/midnight-js-contracts from 4.1.1 to 5.0.0-beta.7

chore(deps): bump @midnight-ntwrk/midnight-js-contracts from 4.1.1 to 5.0.0-beta.7 #233

Workflow file for this run

name: "CodeQL Analysis"
on:
push:
branches: [main, beta]
pull_request:
branches: [main, beta]
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-24.04
timeout-minutes: 30
permissions:
contents: read
# required to fetch internal or private CodeQL packs
packages: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript-typescript", "actions"]
steps:
- name: Harden Runner
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
- name: Check out code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 1
- name: Setup Environment
uses: ./.github/actions/setup
with:
skip-compact: "true"
- name: Initialize CodeQL
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
with:
languages: ${{ matrix.language }}
# We can add custom queries later when needed
# queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
with:
category: "/language:${{ matrix.language }}"