From 5953ddf638b69c77cefea5c93e3721c6bea4df9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:52:51 -0400 Subject: [PATCH] :arrow_up: bump RedHatProductSecurity/trestle-bot from 0.7.1 to 0.7.2 (#79) Bumps [RedHatProductSecurity/trestle-bot](https://github.com/redhatproductsecurity/trestle-bot) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/redhatproductsecurity/trestle-bot/releases) - [Commits](https://github.com/redhatproductsecurity/trestle-bot/compare/v0.7.1...v0.7.2) --- 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/regenerate-cd.yml | 2 +- .github/workflows/transform-rules.yml | 2 +- .github/workflows/update-profiles.yml | 2 +- .github/workflows/validate.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/autofix-cd.yml b/.github/workflows/autofix-cd.yml index 516be1b..9c2f50b 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.7.1 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.2 with: markdown_path: "markdown/components" oscal_model: "compdef" diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index ac98aef..6dfa54a 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.7.1 + uses: RedHatProductSecurity/trestle-bot/actions/create-cd@v0.7.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 215b04a..6889526 100644 --- a/.github/workflows/regenerate-cd.yml +++ b/.github/workflows/regenerate-cd.yml @@ -27,7 +27,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Regenerate component definitions id: regenerate - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.1 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.2 with: markdown_path: "markdown/components" oscal_model: "compdef" diff --git a/.github/workflows/transform-rules.yml b/.github/workflows/transform-rules.yml index 6c4f85f..6d46187 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.7.1 + uses: RedHatProductSecurity/trestle-bot/actions/rules-transform@v0.7.2 with: file_pattern: "*.json,rules/*" branch: ${{ inputs.branch }} diff --git a/.github/workflows/update-profiles.yml b/.github/workflows/update-profiles.yml index b709ead..a641941 100644 --- a/.github/workflows/update-profiles.yml +++ b/.github/workflows/update-profiles.yml @@ -21,7 +21,7 @@ jobs: with: token: ${{ steps.get_installation_token.outputs.token }} - name: Update from upstream repo - uses: RedHatProductSecurity/trestle-bot/actions/sync-upstreams@v0.7.1 + uses: RedHatProductSecurity/trestle-bot/actions/sync-upstreams@v0.7.2 with: branch: "sync-upstream-${{ github.run_id }}" target_branch: "main" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 423b109..c3df565 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.7.1 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.2 with: markdown_path: "markdown/components" oscal_model: "compdef"