Skip to content

chore(deps): Bump the swagger-all group in /src/portal/app-swagger-ui with 3 updates #455

chore(deps): Bump the swagger-all group in /src/portal/app-swagger-ui with 3 updates

chore(deps): Bump the swagger-all group in /src/portal/app-swagger-ui with 3 updates #455

Workflow file for this run

name: Build
on:
pull_request:
branches: [main]
paths-ignore:
- "**.md"
- "docs/**"
- "CLAUDE.md"
push:
branches: [main]
paths-ignore:
- "**.md"
- "docs/**"
- "CLAUDE.md"
permissions:
contents: read
concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build Binaries
runs-on: ${{ (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository || contains(fromJSON('["OWNER","MEMBER"]'), github.event.pull_request.author_association)) && vars.RUNNER || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./.github/actions/setup-go-cached
with:
go-version-file: src/go.mod
go-sum-path: src/go.sum
- uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2.0.0
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build binaries (linux/amd64)
run: PLATFORMS=linux/amd64 task build