diff --git a/.github/workflows/autofix-cd.yml b/.github/workflows/autofix-cd.yml index 4792447..3b03fc8 100644 --- a/.github/workflows/autofix-cd.yml +++ b/.github/workflows/autofix-cd.yml @@ -33,7 +33,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Autofix components id: autofix-component - uses: RedHatProductSecurity/trestle-bot@v0.1.1 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0 with: markdown_path: "markdown/components" oscal_model: "compdef" diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index 35a964c..21f7801 100644 --- a/.github/workflows/create-new.yml +++ b/.github/workflows/create-new.yml @@ -51,7 +51,7 @@ jobs: COMP_DESCRIPTION: ${{ github.event.inputs.component_description }} - name: Generate and PR new component definition id: generate-cd - uses: RedHatProductSecurity/trestle-bot@v0.1.1 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0 with: markdown_path: "markdown/components" oscal_model: "compdef" diff --git a/.github/workflows/regenerate-cd.yml b/.github/workflows/regenerate-cd.yml index fe5a3e4..671b966 100644 --- a/.github/workflows/regenerate-cd.yml +++ b/.github/workflows/regenerate-cd.yml @@ -30,7 +30,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Regenerate component definitions id: regenerate - uses: RedHatProductSecurity/trestle-bot@v0.1.1 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0 with: markdown_path: "markdown/components" oscal_model: "compdef" diff --git a/.github/workflows/transform-rules.yml b/.github/workflows/transform-rules.yml index 865a7c2..8b48781 100644 --- a/.github/workflows/transform-rules.yml +++ b/.github/workflows/transform-rules.yml @@ -32,7 +32,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Transform rules id: transform - uses: jpower432/trestle-bot/actions/rules-transform@bug/single-rule-failure + uses: RedHatProductSecurity/trestle-bot/actions/rules-transform@v0.3.0 with: rules_view_path: "rules/" file_pattern: "*.json,rules/*" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d2eb2cc..9516c71 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Check components id: check-components - uses: RedHatProductSecurity/trestle-bot@v0.1.1 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0 with: markdown_path: "markdown/components" oscal_model: "compdef"