Skip to content

chore(deps): bump github.com/UpCloudLtd/upcloud-go-api/v8 from 8.34.3 to 8.35.0 #645

chore(deps): bump github.com/UpCloudLtd/upcloud-go-api/v8 from 8.34.3 to 8.35.0

chore(deps): bump github.com/UpCloudLtd/upcloud-go-api/v8 from 8.34.3 to 8.35.0 #645

Workflow file for this run

name: CodeQL
on:
pull_request:
paths:
- '.github/workflows/*.yml'
- '**.go'
- 'go.mod'
- '**.py'
push:
branches:
- main
permissions: {}
jobs:
analysis:
name: Analysis
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language:
- actions
- go
- python
permissions:
contents: read
security-events: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version-file: go.mod
if: matrix.language == 'go'
- uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.language == 'go' && 'manual' || 'none' }}
- run: make build install-docs-tools md-docs
if: matrix.language == 'go'
- uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
with:
category: /language:${{ matrix.language }}