Skip to content

Commit

Permalink
chore(deps): bump trestlebot to v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Oct 17, 2023
1 parent 371172b commit 34f69b7
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-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@v0.1.1
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0
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 @@ -51,7 +51,7 @@ jobs:
COMP_DESCRIPTION: ${{ github.event.inputs.component_description }}
- name: Generate and PR new component definition
id: generate-cd
uses: RedHatProductSecurity/trestle-bot@v0.1.1
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0
with:
markdown_path: "markdown/components"
oscal_model: "compdef"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
token: ${{ steps.get_installation_token.outputs.token }}
- name: Regenerate component definitions
id: regenerate
uses: RedHatProductSecurity/trestle-bot@v0.1.1
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0
with:
markdown_path: "markdown/components"
oscal_model: "compdef"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transform-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
token: ${{ steps.get_installation_token.outputs.token }}
- name: Transform rules
id: transform
uses: jpower432/trestle-bot/actions/rules-transform@bug/single-rule-failure
uses: RedHatProductSecurity/trestle-bot/actions/rules-transform@v0.3.0
with:
rules_view_path: "rules/"
file_pattern: "*.json,rules/*"
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@v3
- name: Check components
id: check-components
uses: RedHatProductSecurity/trestle-bot@v0.1.1
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0
with:
markdown_path: "markdown/components"
oscal_model: "compdef"
Expand Down

0 comments on commit 34f69b7

Please sign in to comment.