From 5ac59b704618a6a4c8abb0381562499ad5fcf76c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:00:33 +0000 Subject: [PATCH] :arrow_up: bump RedHatProductSecurity/trestle-bot from 0.9.0 to 0.10.1 Bumps [RedHatProductSecurity/trestle-bot](https://github.com/redhatproductsecurity/trestle-bot) from 0.9.0 to 0.10.1. - [Release notes](https://github.com/redhatproductsecurity/trestle-bot/releases) - [Commits](https://github.com/redhatproductsecurity/trestle-bot/compare/v0.9.0...v0.10.1) --- updated-dependencies: - dependency-name: RedHatProductSecurity/trestle-bot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/autosync-profile.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update-upstream.yml | 2 +- .github/workflows/validate.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autosync-profile.yml b/.github/workflows/autosync-profile.yml index c18185a..8504a8b 100644 --- a/.github/workflows/autosync-profile.yml +++ b/.github/workflows/autosync-profile.yml @@ -31,7 +31,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: autosync profile id: autosync-profile - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.9.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.10.1 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c93c7bb..a7ebce1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: with: token: ${{ steps.get_installation_token.outputs.token }} - name: Autosync - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.9.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.10.1 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/update-upstream.yml b/.github/workflows/update-upstream.yml index d6b8686..491dbf8 100644 --- a/.github/workflows/update-upstream.yml +++ b/.github/workflows/update-upstream.yml @@ -79,7 +79,7 @@ jobs: "profiles/${FEDRAMP_PROFILE_NAME}" - name: Regenerate profiles if: ${{ steps.updates.outputs.pull-request-number }} - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.9.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.10.1 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9972615..d3a7676 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 - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.9.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.10.1 with: markdown_path: "markdown/profiles" oscal_model: "profile"