Skip to content

Bump golang.org/x/crypto from 0.44.0 to 0.45.0 #2348

Bump golang.org/x/crypto from 0.44.0 to 0.45.0

Bump golang.org/x/crypto from 0.44.0 to 0.45.0 #2348

Workflow file for this run

name: 'Dependency Review'
on:
pull_request:
branches:
- master
permissions: {}
jobs:
dependency-review:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
api.securityscorecards.dev:443
api.deps.dev:443
- name: 'Checkout Repository'
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: false
- name: 'Dependency Review'
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2