Skip to content

chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.23.0 (#1375) #405

chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.23.0 (#1375)

chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.23.0 (#1375) #405

Workflow file for this run

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