Skip to content

Commit

Permalink
⬆️ bump RedHatProductSecurity/trestle-bot from 0.5.0 to 0.7.0 (#72)
Browse files Browse the repository at this point in the history
* ⬆️ 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](RedHatProductSecurity/trestle-bot@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] <[email protected]>

* chore(deps): update trestlebot image to 0.7.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jennifer Power <[email protected]>
  • Loading branch information
dependabot[bot] and jpower432 committed Feb 26, 2024
1 parent d6c7a8b commit 563e39a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 563e39a

Please sign in to comment.