diff --git a/.github/workflows/autofix-profile.yml b/.github/workflows/autofix-profile.yml index 1390a66..e9bd704 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.3.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.4.2 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index 1168b77..da72363 100644 --- a/.github/workflows/create-new.yml +++ b/.github/workflows/create-new.yml @@ -50,7 +50,7 @@ jobs: IMPORT_TYPE: ${{ github.event.inputs.import_type }} - name: Generate and PR new profile id: generate-profile - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.4.2 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/regenerate-profile.yml b/.github/workflows/regenerate-profile.yml index 5f79767..5906184 100644 --- a/.github/workflows/regenerate-profile.yml +++ b/.github/workflows/regenerate-profile.yml @@ -27,7 +27,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Regenerate profiles id: regenerate - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.4.2 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 411a774..d5308d8 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.3.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.4.2 with: markdown_path: "markdown/profiles" oscal_model: "profile"