Skip to content

chore(deps): bump midnight-base-crypto from ledger-6.1.0-alpha.3 to ledger-6.1.0-alpha.5 #192

chore(deps): bump midnight-base-crypto from ledger-6.1.0-alpha.3 to ledger-6.1.0-alpha.5

chore(deps): bump midnight-base-crypto from ledger-6.1.0-alpha.3 to ledger-6.1.0-alpha.5 #192

Workflow file for this run

---
name: CodeQL Advanced
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: 20 2 * * 3
permissions:
contents: read
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
permissions:
# required for all workflows
security-events: write
# required to fetch internal or private CodeQL packs
packages: read
# only required for workflows in private repositories
# actions: read
# contents: read
strategy:
fail-fast: false
matrix:
include:
- language: actions
build-mode: none
- language: rust
build-mode: none
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.5.4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
with:
category: /language:${{matrix.language}}