From bd41e3ade80adfb46683833fe330e1ae0d3b0ba3 Mon Sep 17 00:00:00 2001 From: Brandt Keller Date: Sun, 30 Jun 2024 18:36:06 +0000 Subject: [PATCH] chore(oscal): tagged lint import / fixed path to action --- .github/workflows/lint-oscal.yaml | 2 +- tasks/lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-oscal.yaml b/.github/workflows/lint-oscal.yaml index 2c4aa751a..33a434abc 100644 --- a/.github/workflows/lint-oscal.yaml +++ b/.github/workflows/lint-oscal.yaml @@ -23,6 +23,6 @@ jobs: echo "::set-output name=oscal_files::$CHANGED_FILES" - name: Run lint-oscal - uses: .github/actions/lint-oscal/action.yaml + uses: ./.github/actions/lint-oscal/action.yaml with: OSCALFILES: ${{ steps.find_changed_files.outputs.oscal_files }} diff --git a/tasks/lint.yaml b/tasks/lint.yaml index 474fc4281..bc4493166 100644 --- a/tasks/lint.yaml +++ b/tasks/lint.yaml @@ -1,5 +1,5 @@ includes: - - remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/main/tasks/lint.yaml + - remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.7.0/tasks/lint.yaml tasks: - name: fix