From b08bff86abe561dba96ea4d36d0954d11bba5f5c Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Fri, 8 Sep 2023 19:11:17 -0400 Subject: [PATCH] build(deps): update trestlebot to v0.1.1 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/validate.yml | 2 +- requirements.in | 2 +- requirements.txt | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/autofix-cd.yml b/.github/workflows/autofix-cd.yml index 3885426..78b1429 100644 --- a/.github/workflows/autofix-cd.yml +++ b/.github/workflows/autofix-cd.yml @@ -32,7 +32,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Autofix components id: autofix-component - uses: RedHatProductSecurity/trestle-bot@v0.1.0 + uses: RedHatProductSecurity/trestle-bot@v0.1.1 with: markdown_path: "markdown/components" oscal_model: "compdef" diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index baa0cb4..35a964c 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.0 + uses: RedHatProductSecurity/trestle-bot@v0.1.1 with: markdown_path: "markdown/components" oscal_model: "compdef" diff --git a/.github/workflows/regenerate-cd.yml b/.github/workflows/regenerate-cd.yml index 873de73..fe5a3e4 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.0 + uses: RedHatProductSecurity/trestle-bot@v0.1.1 with: markdown_path: "markdown/components" oscal_model: "compdef" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 47a1aae..b6692b9 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.head_ref }} - name: Check components id: check-components - uses: RedHatProductSecurity/trestle-bot@v0.1.0 + uses: RedHatProductSecurity/trestle-bot@v0.1.1 with: markdown_path: "markdown/components" oscal_model: "compdef" diff --git a/requirements.in b/requirements.in index 620f80d..7b78c51 100644 --- a/requirements.in +++ b/requirements.in @@ -1 +1 @@ -trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.1.0 \ No newline at end of file +trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.1.1 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index d33debe..39be7bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,7 +61,7 @@ gitdb==4.0.10 # via gitpython github3-py==4.0.1 # via trestlebot -gitpython==3.1.32 +gitpython==3.1.35 # via trestlebot h11==0.14.0 # via httpcore @@ -187,7 +187,7 @@ toml==0.10.2 # via datamodel-code-generator tomli==2.0.1 # via black -trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.1.0 +trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.1.1 # via -r requirements.in typing-extensions==4.7.1 # via