Skip to content

chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /backend in the go_modules group across 1 directory #98

chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /backend in the go_modules group across 1 directory

chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /backend in the go_modules group across 1 directory #98

Workflow file for this run

name: Pull Request CI
on:
pull_request:
branches:
- main
paths:
- 'backend/**'
- 'frontend/**'
jobs:
backend-tests:
name: "Backend Server Tests"
uses: ./.github/workflows/partial-backend.yaml
frontend-tests:
name: "Frontend and End-to-End Tests"
uses: ./.github/workflows/partial-frontend.yaml