Skip to content

Bump go.opentelemetry.io/otel from 1.22.0 to 1.23.0 #160

Bump go.opentelemetry.io/otel from 1.22.0 to 1.23.0

Bump go.opentelemetry.io/otel from 1.22.0 to 1.23.0 #160

Workflow file for this run

name: 'gosec'
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
gosec:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/[email protected]
with:
args: ./...