diff --git a/.github/workflows/autofix-profile.yml b/.github/workflows/autofix-profile.yml index 3c6b867..73a82f4 100644 --- a/.github/workflows/autofix-profile.yml +++ b/.github/workflows/autofix-profile.yml @@ -31,7 +31,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Autofix profile id: autofix-profile - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.2 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.8.0 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/update-upstream.yml b/.github/workflows/update-upstream.yml index a3d2941..e7da735 100644 --- a/.github/workflows/update-upstream.yml +++ b/.github/workflows/update-upstream.yml @@ -79,7 +79,7 @@ jobs: "profiles/${FEDRAMP_PROFILE_NAME}" - name: Regenerate profiles if: ${{ steps.updates.outputs.pull-request-number }} - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.2 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.8.0 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index e5fad64..3777c19 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Check profile id: check-profile - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.2 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.8.0 with: markdown_path: "markdown/profiles" oscal_model: "profile"