From da0a2537944370544af43a481800153e7721de37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:27:21 -0400 Subject: [PATCH] :arrow_up: bump RedHatProductSecurity/trestle-bot from 0.7.0 to 0.7.2 (#77) Bumps [RedHatProductSecurity/trestle-bot](https://github.com/redhatproductsecurity/trestle-bot) from 0.7.0 to 0.7.2. - [Release notes](https://github.com/redhatproductsecurity/trestle-bot/releases) - [Commits](https://github.com/redhatproductsecurity/trestle-bot/compare/v0.7.0...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-profile.yml | 2 +- .github/workflows/regenerate-profile.yml | 2 +- .github/workflows/validate.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autofix-profile.yml b/.github/workflows/autofix-profile.yml index e8c6d30..3c6b867 100644 --- a/.github/workflows/autofix-profile.yml +++ b/.github/workflows/autofix-profile.yml @@ -31,7 +31,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Autofix profile id: autofix-profile - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.2 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/regenerate-profile.yml b/.github/workflows/regenerate-profile.yml index 64a5a14..4a5053e 100644 --- a/.github/workflows/regenerate-profile.yml +++ b/.github/workflows/regenerate-profile.yml @@ -27,7 +27,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Regenerate profiles id: regenerate - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.2 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5be07fe..e5fad64 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Check profile id: check-profile - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.2 with: markdown_path: "markdown/profiles" oscal_model: "profile"