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] committed Jul 15, 2024
1 parent d5fe351 commit 466f70d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
token: ${{ steps.get_installation_token.outputs.token }}
- name: Autofix components
id: autofix-component
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.9.0
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.10.1
with:
markdown_path: "markdown/components"
oscal_model: "compdef"
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 @@ -38,7 +38,7 @@ jobs:
token: ${{ steps.get_installation_token.outputs.token }}
- name: Create new component definition
id: create-cd
uses: RedHatProductSecurity/trestle-bot/actions/create-cd@v0.9.0
uses: RedHatProductSecurity/trestle-bot/actions/create-cd@v0.10.1
with:
markdown_path: "markdown/components"
profile_name: ${{ github.event.inputs.import_name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/transform-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
token: ${{ steps.get_installation_token.outputs.token }}
- name: Transform rules
id: transform
uses: RedHatProductSecurity/trestle-bot/actions/rules-transform@v0.9.0
uses: RedHatProductSecurity/trestle-bot/actions/rules-transform@v0.10.1
with:
file_pattern: "*.json,rules/*"
branch: ${{ inputs.branch }}
commit_message: "Transform rules to OSCAL [skip ci]"
commit_user_name: "trestle-bot[bot]"
commit_user_email: "136850459+trestle-bot[bot]@users.noreply.github.com"
- name: Regenerate component definitions
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.9.0
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.10.1
with:
markdown_path: "markdown/components"
oscal_model: "compdef"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-profiles.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: Update from upstream repo
id: sync_upstreams
uses: RedHatProductSecurity/trestle-bot/actions/sync-upstreams@v0.9.0
uses: RedHatProductSecurity/trestle-bot/actions/sync-upstreams@v0.10.1
with:
branch: "sync-upstream-${{ github.run_id }}"
target_branch: "main"
Expand All @@ -40,7 +40,7 @@ jobs:
https://github.com/RedHatProductSecurity/oscal-profiles@${{ github.event.inputs.ref }}
- name: Regenerate component definitions
if: ${{ steps.sync_upstreams.outputs.commit }}
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.9.0
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.10.1
with:
markdown_path: "markdown/components"
oscal_model: "compdef"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
- name: Check components
id: check
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.9.0
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.10.1
with:
markdown_path: "markdown/components"
oscal_model: "compdef"
Expand Down

0 comments on commit 466f70d

Please sign in to comment.