From 401d62d820129f5eb4a8e70ddf08724261edbfd4 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Mon, 16 Oct 2023 16:48:30 -0400 Subject: [PATCH] chore(deps): updates trestlebot actions to latest for testing Signed-off-by: Jennifer Power --- .github/workflows/autofix-profile.yml | 2 +- .github/workflows/create-new.yml | 2 +- .github/workflows/regenerate-profile.yml | 2 +- .github/workflows/update-upstream.yml | 2 +- .github/workflows/validate.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autofix-profile.yml b/.github/workflows/autofix-profile.yml index d79eed5..6263b4c 100644 --- a/.github/workflows/autofix-profile.yml +++ b/.github/workflows/autofix-profile.yml @@ -30,7 +30,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Autofix profile id: autofix-profile - uses: RedHatProductSecurity/trestle-bot@v0.1.1 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@main with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index d925836..789760b 100644 --- a/.github/workflows/create-new.yml +++ b/.github/workflows/create-new.yml @@ -49,7 +49,7 @@ jobs: IMPORT_TYPE: ${{ github.event.inputs.import_type }} - name: Generate and PR new profile id: generate-profile - uses: RedHatProductSecurity/trestle-bot@v0.1.1 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@main with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/regenerate-profile.yml b/.github/workflows/regenerate-profile.yml index 0a1e822..0aa38ad 100644 --- a/.github/workflows/regenerate-profile.yml +++ b/.github/workflows/regenerate-profile.yml @@ -26,7 +26,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Regenerate profiles id: regenerate - uses: RedHatProductSecurity/trestle-bot@v0.1.1 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@main with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/update-upstream.yml b/.github/workflows/update-upstream.yml index bff000a..535593b 100644 --- a/.github/workflows/update-upstream.yml +++ b/.github/workflows/update-upstream.yml @@ -42,7 +42,7 @@ jobs: trestle import -f https://raw.githubusercontent.com/GSA/fedramp-automation/master/dist/content/rev5/baselines/json/FedRAMP_rev5_HIGH-baseline_profile.json -o "${FEDRAMP_PROFILE_NAME}" trestle href --name "${FEDRAMP_PROFILE_NAME}" -hr "trestle://catalogs/${NIST_CATALOG_NAME}/catalog.json" - name: Update content - uses: RedHatProductSecurity/trestle-bot@v0.1.1 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@main with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 962abe7..33a52d1 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.head_ref }} - name: Check profile id: check-profile - uses: RedHatProductSecurity/trestle-bot@v0.1.1 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@main with: markdown_path: "markdown/profiles" oscal_model: "profile"