Skip to content

Bump golang.org/x/net from 0.21.0 to 0.23.0 in the go_modules group #11

Bump golang.org/x/net from 0.21.0 to 0.23.0 in the go_modules group

Bump golang.org/x/net from 0.21.0 to 0.23.0 in the go_modules group #11

Workflow file for this run

name: Release
# with pontos
on:
pull_request:
types: [closed]
workflow_dispatch:
inputs:
release-type:
type: choice
description: What kind of release do you want to do (pontos --release-type argument)?
options:
- patch
- minor
- major
release-version:
type: string
description: Set an explicit version, that will overwrite release-type. Fails if version is not compliant.
jobs:
release:
name: csaf_distribution
uses: greenbone/workflows/.github/workflows/release-generic.yml@main
with:
release-type: ${{ inputs.release-type }}
release-version: ${{ inputs.release-version }}
secrets: inherit