Skip to content

chore(deps): bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.1 (#264) #1221

chore(deps): bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.1 (#264)

chore(deps): bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.1 (#264) #1221

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Deutsche Telekom IT GmbH
#
# SPDX-License-Identifier: Apache-2.0
name: Test - SAST
on:
push:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...