Skip to content

Update various dependencies patch versions #13

Update various dependencies patch versions

Update various dependencies patch versions #13

Workflow file for this run

name: 'CI - 2022.0.x'
on:
workflow_dispatch:
inputs:
verbose:
required: false
default: 'false'
description: 'Produces verbose output'
push:
paths-ignore:
- '.github/**'
branches:
- '2022.0.x'
jobs:
build:
uses: ./.github/workflows/common.yml

Check failure on line 17 in .github/workflows/ci-2022-0-x.yml

View workflow run for this annotation

GitHub Actions / CI - 2022.0.x

Invalid workflow file

The workflow is not valid. .github/workflows/ci-2022-0-x.yml (Line: 17, Col: 11): Input enableSecurityScan is required, but not provided while calling.

Check failure on line 17 in .github/workflows/ci-2022-0-x.yml

View workflow run for this annotation

GitHub Actions / CI - 2022.0.x

Invalid workflow file

The workflow is not valid. .github/workflows/ci-2022-0-x.yml (Line: 17, Col: 11): Input enableSecurityScan is required, but not provided while calling.
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
TMC_API_TOKEN: ${{ secrets.TMC_API_TOKEN }}
GCP_CRED_JSON: ${{ secrets.GCP_CRED_JSON }}
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
with:
branch: '2022.0.x'
verbose: ${{ inputs.verbose == 'true' }}