Skip to content

chore(deps): bump base64 from 0.22.1 to 0.23.0 in /src-tauri in the dependencies-major group #702

chore(deps): bump base64 from 0.22.1 to 0.23.0 in /src-tauri in the dependencies-major group

chore(deps): bump base64 from 0.22.1 to 0.23.0 in /src-tauri in the dependencies-major group #702

Workflow file for this run

name: PR Pipeline
on:
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
build-validation:
name: Build Validation
uses: ./.github/workflows/pr-build-validation.yml
with:
head_ref: ${{ github.event.pull_request.head.sha }}
frontend-tests:
name: Frontend Tests
uses: ./.github/workflows/pr-frontend-tests.yml
with:
head_ref: ${{ github.event.pull_request.head.sha }}
backend-tests:
name: Backend Tests
uses: ./.github/workflows/pr-backend-tests.yml
with:
head_ref: ${{ github.event.pull_request.head.sha }}