Skip to content

chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /src/catalog #1449

chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /src/catalog

chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /src/catalog #1449

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
branches:
- main
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
semanticpr:
name: Semantic Pull Request
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}