Skip to content

build(deps): bump github.com/hetznercloud/hcloud-go/v2 from 2.34.0 to 2.35.0 #1688

build(deps): bump github.com/hetznercloud/hcloud-go/v2 from 2.34.0 to 2.35.0

build(deps): bump github.com/hetznercloud/hcloud-go/v2 from 2.34.0 to 2.35.0 #1688

Workflow file for this run

name: vuln
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 10 * * 1' # run "At 10:00 on Monday"
workflow_call:
jobs:
run:
name: Vuln
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
fail-fast: true
steps:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: 'stable'
check-latest: true
- name: Checkout
uses: actions/checkout@v5
- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
- name: Run govulncheck
run: govulncheck -test ./...