Skip to content

Update sdk-nrf to 3.4.0-rc1 and remove Partition Manger #88

Update sdk-nrf to 3.4.0-rc1 and remove Partition Manger

Update sdk-nrf to 3.4.0-rc1 and remove Partition Manger #88

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- main
- v*-branch
pull_request:
branches:
- main
- v*-branch
permissions:
contents: read
jobs:
analyze:
name: CodeQL (Github actions)
runs-on: ubuntu-24.04
permissions:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Initialize CodeQL
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
with:
languages: actions
build-mode: none
queries: security-extended
config-file: ./.github/codeql/codeql-actions-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
with:
category: "/language:actions"