Skip to content

deps(go/gateway): bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.20.0 in /services/gateway #44

deps(go/gateway): bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.20.0 in /services/gateway

deps(go/gateway): bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.20.0 in /services/gateway #44

Workflow file for this run

name: CodeQL Security Analysis
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "17 3 * * 1"
permissions:
security-events: write
packages: read
actions: read
contents: read
jobs:
analyze:
name: Analyze ${{ matrix.language }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [javascript-typescript, python, go, rust]
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Build compiled-language targets
uses: github/codeql-action/autobuild@v3
- name: Analyze
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"