Skip to content

Bump actions/checkout from 6 to 7 in the dependencies group (#698) #81

Bump actions/checkout from 6 to 7 in the dependencies group (#698)

Bump actions/checkout from 6 to 7 in the dependencies group (#698) #81

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: macos-latest
timeout-minutes: 15
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'swift' ]
steps:
- name: Checkout repository
uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Build
run: swift build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4