From 563e39ac6982f4b4ef3bc372120c0519de4ddd18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:08:03 -0500 Subject: [PATCH] :arrow_up: bump RedHatProductSecurity/trestle-bot from 0.5.0 to 0.7.0 (#72) * :arrow_up: bump RedHatProductSecurity/trestle-bot from 0.5.0 to 0.7.0 Bumps [RedHatProductSecurity/trestle-bot](https://github.com/redhatproductsecurity/trestle-bot) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/redhatproductsecurity/trestle-bot/releases) - [Commits](https://github.com/redhatproductsecurity/trestle-bot/compare/v0.5.0...v0.7.0) --- updated-dependencies: - dependency-name: RedHatProductSecurity/trestle-bot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore(deps): update trestlebot image to 0.7.0 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jennifer Power --- .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 9060f30..e8c6d30 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.5.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.0 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index 91baaf3..c31948b 100644 --- a/.github/workflows/create-new.yml +++ b/.github/workflows/create-new.yml @@ -22,7 +22,7 @@ jobs: name: Create profile runs-on: ubuntu-latest container: - image: quay.io/continuouscompliance/trestle-bot:v0.5.0 + image: quay.io/continuouscompliance/trestle-bot:v0.7.0 steps: - name: Generate app token uses: tibdex/github-app-token@v2.1.0 diff --git a/.github/workflows/regenerate-profile.yml b/.github/workflows/regenerate-profile.yml index 9f5521f..64a5a14 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.5.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.0 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/update-upstream.yml b/.github/workflows/update-upstream.yml index 984c0ec..b052650 100644 --- a/.github/workflows/update-upstream.yml +++ b/.github/workflows/update-upstream.yml @@ -25,7 +25,7 @@ jobs: name: Update content runs-on: ubuntu-latest container: - image: quay.io/continuouscompliance/trestle-bot:v0.5.0 + image: quay.io/continuouscompliance/trestle-bot:v0.7.0 steps: - name: Generate app token uses: tibdex/github-app-token@v2.1.0 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 67fafac..5be07fe 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.5.0 + uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.7.0 with: markdown_path: "markdown/profiles" oscal_model: "profile"