Skip to content

Bump github.com/rs/cors from 1.9.0 to 1.11.0 #1207

Bump github.com/rs/cors from 1.9.0 to 1.11.0

Bump github.com/rs/cors from 1.9.0 to 1.11.0 #1207

Workflow file for this run

name: "CodeQL Analysis"
on:
push:
branches: [ main ]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ~1.19.6
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2