From c42601c3db70d495a3a5e0159db561850319927c Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Fri, 1 Dec 2023 12:38:29 -0500 Subject: [PATCH] build(deps): bump trestlebot version to 0.4.2 Signed-off-by: Jennifer Power --- .github/workflows/autofix-cd.yml | 2 +- .github/workflows/create-new.yml | 2 +- .github/workflows/regenerate-cd.yml | 2 +- .github/workflows/transform-rules.yml | 2 +- .github/workflows/validate.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autofix-cd.yml b/.github/workflows/autofix-cd.yml index 48b76eb..792320e 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/actions/autosync@v0.3.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.4.2 with: markdown_path: "markdown/components" oscal_model: "compdef" diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index 7c7d9da..32cf45b 100644 --- a/.github/workflows/create-new.yml +++ b/.github/workflows/create-new.yml @@ -38,7 +38,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Create new component definition id: create-cd - uses: RedHatProductSecurity/trestle-bot/actions/create-cd@v0.4.1 + uses: RedHatProductSecurity/trestle-bot/actions/create-cd@v0.4.2 with: markdown_path: "markdown/components" profile_name: ${{ github.event.inputs.import_name }} diff --git a/.github/workflows/regenerate-cd.yml b/.github/workflows/regenerate-cd.yml index 1eb94bd..71d7b24 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/actions/autosync@v0.3.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.4.2 with: markdown_path: "markdown/components" oscal_model: "compdef" diff --git a/.github/workflows/transform-rules.yml b/.github/workflows/transform-rules.yml index c84b2d2..6679b48 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: RedHatProductSecurity/trestle-bot/actions/rules-transform@v0.4.1 + uses: RedHatProductSecurity/trestle-bot/actions/rules-transform@v0.4.2 with: file_pattern: "*.json,rules/*" branch: ${{ inputs.branch }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9516c71..0f5cde1 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/actions/autosync@v0.3.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.4.2 with: markdown_path: "markdown/components" oscal_model: "compdef"