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

chore: Bump github.com/gofiber/fiber/v2 from 2.46.0 to 2.52.1 #277

chore: Bump github.com/gofiber/fiber/v2 from 2.46.0 to 2.52.1

chore: Bump github.com/gofiber/fiber/v2 from 2.46.0 to 2.52.1 #277

Workflow file for this run

name: scan:codeql
on:
push:
paths-ignore:
- '**/*.md'
schedule:
- cron: "0 0 * * 0"
permissions:
actions: read # for github/codeql-action/init to get workflow details
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/analyze to upload SARIF results
jobs:
codeql:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # 2.5.1
with:
egress-policy: block
disable-telemetry: true
allowed-endpoints: >
api.github.com:443
github.com:443
proxy.golang.org:443
storage.googleapis.com:443
sum.golang.org:443
objects.githubusercontent.com:443
- name: Check out code
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: go
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2