Skip to content

chore(deps): bump library/golang (#3911) #1045

chore(deps): bump library/golang (#3911)

chore(deps): bump library/golang (#3911) #1045

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
name: OSSF Scorecard
on:
push:
branches:
- main
schedule:
- cron: "25 11 * * 3" # once a week
workflow_dispatch:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
analysis:
permissions:
contents: read # for actions/checkout
id-token: write # for Scorecard to publish results
security-events: write # for the SARIF upload to code scanning
uses: open-telemetry/shared-workflows/.github/workflows/scorecard.yml@dde3047a8f219c296772c17936b9d02bb7447af5 # v0.12.0