chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0 in the go_modules group across 1 directory #317
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright 2025 AGNTCY Contributors (https://github.com/agntcy) | |
| # SPDX-License-Identifier: Apache-2.0 | |
| --- | |
| name: dependency | |
| on: | |
| # Review dependencies on pull requests to the default branch | |
| pull_request: | |
| branches: ["main"] | |
| # Declare default permissions as read-only | |
| permissions: read-all | |
| jobs: | |
| dependency-review: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| - name: 🔒 harden runner | |
| uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 | |
| with: | |
| egress-policy: audit | |
| - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.1.7 | |
| - name: 🔂 dependency review | |
| uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1 | |
| with: | |
| fail-on-severity: "high" | |
| deny-licenses: "AGPL-1.0, AGPL-3.0" | |
| comment-summary-in-pr: true | |
| warn-on-openssf-scorecard-level: 3 |