Skip to content

chore(deps): Bump sharp, @astrojs/starlight and astro in /web #78

chore(deps): Bump sharp, @astrojs/starlight and astro in /web

chore(deps): Bump sharp, @astrojs/starlight and astro in /web #78

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '22 5 * * 1'
workflow_dispatch:
permissions:
actions: read
contents: read
packages: read
security-events: write
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
timeout-minutes: 45
strategy:
fail-fast: false
matrix:
include:
- language: actions
- language: csharp
- language: go
- language: javascript-typescript
- language: python
- language: rust
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Autobuild
if: matrix.language == 'csharp' || matrix.language == 'go' || matrix.language == 'rust'
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4
with:
category: /language:${{ matrix.language }}