From 3d08df6b9b240e0115c27ffa2c7ba185c570928a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:03:06 -0400 Subject: [PATCH] :arrow_up: bump RedHatProductSecurity/trestle-bot from 0.8.0 to 0.8.1 (#88) Bumps [RedHatProductSecurity/trestle-bot](https://github.com/redhatproductsecurity/trestle-bot) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/redhatproductsecurity/trestle-bot/releases) - [Commits](https://github.com/redhatproductsecurity/trestle-bot/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: RedHatProductSecurity/trestle-bot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/autofix-cd.yml | 2 +- .github/workflows/create-new.yml | 2 +- .github/workflows/transform-rules.yml | 4 ++-- .github/workflows/update-profiles.yml | 4 ++-- .github/workflows/validate.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/autofix-cd.yml b/.github/workflows/autofix-cd.yml index 1f16db1..87300fa 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.8.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.8.1 with: markdown_path: "markdown/components" oscal_model: "compdef" diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index e105e69..4ada675 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.8.0 + uses: RedHatProductSecurity/trestle-bot/actions/create-cd@v0.8.1 with: markdown_path: "markdown/components" profile_name: ${{ github.event.inputs.import_name }} diff --git a/.github/workflows/transform-rules.yml b/.github/workflows/transform-rules.yml index 7a60dc8..2104ce8 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.8.0 + uses: RedHatProductSecurity/trestle-bot/actions/rules-transform@v0.8.1 with: file_pattern: "*.json,rules/*" branch: ${{ inputs.branch }} @@ -40,7 +40,7 @@ jobs: commit_user_name: "trestle-bot[bot]" commit_user_email: "136850459+trestle-bot[bot]@users.noreply.github.com" - name: Regenerate component definitions - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.8.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.8.1 with: markdown_path: "markdown/components" oscal_model: "compdef" diff --git a/.github/workflows/update-profiles.yml b/.github/workflows/update-profiles.yml index 344b155..58b8816 100644 --- a/.github/workflows/update-profiles.yml +++ b/.github/workflows/update-profiles.yml @@ -27,7 +27,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Update from upstream repo id: sync_upstreams - uses: RedHatProductSecurity/trestle-bot/actions/sync-upstreams@v0.8.0 + uses: RedHatProductSecurity/trestle-bot/actions/sync-upstreams@v0.8.1 with: branch: "sync-upstream-${{ github.run_id }}" target_branch: "main" @@ -40,7 +40,7 @@ jobs: https://github.com/RedHatProductSecurity/oscal-profiles@${{ github.event.inputs.ref }} - name: Regenerate component definitions if: ${{ steps.sync_upstreams.outputs.commit }} - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.8.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.8.1 with: markdown_path: "markdown/components" oscal_model: "compdef" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 620738e..9d7ad08 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Check components id: check-components - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.8.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.8.1 with: markdown_path: "markdown/components" oscal_model: "compdef"