Skip to content

chore(deps): update artifactory support dependencies #571

chore(deps): update artifactory support dependencies

chore(deps): update artifactory support dependencies #571

Workflow file for this run

# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
name: CI Docs Shim
on:
pull_request:
branches: [main]
types: [milestoned, opened, synchronize]
jobs:
validate:
strategy:
matrix:
type: [install]
flavor: [registry1]
uses: defenseunicorns/uds-common/.github/workflows/callable-ci-docs-shim.yaml@7381e2081c60c745855a95646372165eae4de41a # v1.6.0
with:
flavor: ${{ matrix.flavor }}
type: ${{ matrix.type }}
secrets: inherit # Inherits all secrets from the parent workflow.