Skip to content

Commit

Permalink
⬆️ bump RedHatProductSecurity/trestle-bot from 0.9.0 to 0.10.1
Browse files Browse the repository at this point in the history
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](RedHatProductSecurity/trestle-bot@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 12, 2024
1 parent 0e1de9d commit 5ac59b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autosync-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: 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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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 @@ -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"
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
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"
Expand Down

0 comments on commit 5ac59b7

Please sign in to comment.