From 0c4ec0dcacde98094a6311d51152a181fcf5c9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:16:32 +0000 Subject: [PATCH] :arrow_up: bump RedHatProductSecurity/trestle-bot from 0.4.2 to 0.5.0 Bumps [RedHatProductSecurity/trestle-bot](https://github.com/redhatproductsecurity/trestle-bot) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/redhatproductsecurity/trestle-bot/releases) - [Commits](https://github.com/redhatproductsecurity/trestle-bot/compare/v0.4.2...v0.5.0) --- updated-dependencies: - dependency-name: RedHatProductSecurity/trestle-bot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/autofix-profile.yml | 2 +- .github/workflows/create-new.yml | 2 +- .github/workflows/regenerate-profile.yml | 2 +- .github/workflows/update-upstream.yml | 2 +- .github/workflows/validate.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autofix-profile.yml b/.github/workflows/autofix-profile.yml index e9bd704..9060f30 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.4.2 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.5.0 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index da72363..8360967 100644 --- a/.github/workflows/create-new.yml +++ b/.github/workflows/create-new.yml @@ -50,7 +50,7 @@ jobs: IMPORT_TYPE: ${{ github.event.inputs.import_type }} - name: Generate and PR new profile id: generate-profile - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.4.2 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.5.0 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/regenerate-profile.yml b/.github/workflows/regenerate-profile.yml index 5906184..9f5521f 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.4.2 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.5.0 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/update-upstream.yml b/.github/workflows/update-upstream.yml index 57d133d..d966c73 100644 --- a/.github/workflows/update-upstream.yml +++ b/.github/workflows/update-upstream.yml @@ -41,7 +41,7 @@ jobs: trestle import -f "https://raw.githubusercontent.com/GSA/fedramp-automation/${FEDRAMP_REPO_REF}/dist/content/rev5/baselines/json/FedRAMP_rev5_HIGH-baseline_profile.json" -o "${FEDRAMP_PROFILE_NAME}" trestle href --name "${FEDRAMP_PROFILE_NAME}" -hr "trestle://catalogs/${NIST_CATALOG_NAME}/catalog.json" - name: Update content - uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.4.2 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.5.0 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d5308d8..67fafac 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.4.2 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.5.0 with: markdown_path: "markdown/profiles" oscal_model: "profile"