Skip to content

chore(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.2 in /.github/actions/bootstrap #1677

chore(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.2 in /.github/actions/bootstrap

chore(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.2 in /.github/actions/bootstrap #1677

Workflow file for this run

name: "Validations"
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions: {}
jobs:
# note: changing the job name requires a quality gate reference change in .github/workflows/release.yaml
validations:
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Bootstrap environment
uses: ./.github/actions/bootstrap
- name: Run static analysis
run: make static-analysis
- name: Run unit tests
run: make unit
- name: Run integration tests
run: make integration
- name: Build test
run: make build
- name: Run CLI tests
run: make cli