Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ bump RedHatProductSecurity/trestle-bot from 0.3.0 to 0.5.0 #71

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.0
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.5.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 @@ -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.4.1
uses: RedHatProductSecurity/trestle-bot/actions/create-cd@v0.5.0
with:
markdown_path: "markdown/components"
profile_name: ${{ github.event.inputs.import_name }}
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 @@ -27,7 +27,7 @@ jobs:
token: ${{ steps.get_installation_token.outputs.token }}
- name: Regenerate component definitions
id: regenerate
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.5.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: RedHatProductSecurity/trestle-bot/actions/rules-transform@v0.4.1
uses: RedHatProductSecurity/trestle-bot/actions/rules-transform@v0.5.0
with:
file_pattern: "*.json,rules/*"
branch: ${{ inputs.branch }}
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-components
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.5.0
with:
markdown_path: "markdown/components"
oscal_model: "compdef"
Expand Down