Skip to content

chore(deps): bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.11.0 (… #348

chore(deps): bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.11.0 (…

chore(deps): bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.11.0 (… #348

name: Release Tagged
on:
push:
branches:
- master
tags:
- "[0-9]+.[0-9]+.[0-9]+*"
defaults:
run:
working-directory: go/src/github.com/stackrox/infra
jobs:
lint:
uses: ./.github/workflows/lint.yaml
unit-tests:
uses: ./.github/workflows/unit-tests.yaml
build-and-push:
uses: ./.github/workflows/build-and-push.yaml
secrets: inherit