Skip to content

chore(deps): bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0 #11

chore(deps): bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0

chore(deps): bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0 #11

Workflow file for this run

name: Security Scan
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
security:
name: Security Scan
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Run security scans
run: make sec