Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3 (… #707

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3 (…

build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3 (… #707

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
paths-ignore:
- '**.md'
- 'CODEOWNERS'
- 'LICENSE'
- '.gitignore'
- 'doc/**'
- 'Makefile'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['go']
steps:
- name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # ratchet:actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2 # ratchet:exclude
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2 # ratchet:exclude
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2 # ratchet:exclude