-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ bump RedHatProductSecurity/trestle-bot from 0.7.1 to 0.7.2 (#79)
Bumps [RedHatProductSecurity/trestle-bot](https://github.com/redhatproductsecurity/trestle-bot) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/redhatproductsecurity/trestle-bot/releases) - [Commits](RedHatProductSecurity/trestle-bot@v0.7.1...v0.7.2) --- updated-dependencies: - dependency-name: RedHatProductSecurity/trestle-bot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
889c16c
commit 5953ddf
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
token: ${{ steps.get_installation_token.outputs.token }} | ||
- name: Autofix components | ||
id: autofix-component | ||
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].1 | ||
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].2 | ||
with: | ||
markdown_path: "markdown/components" | ||
oscal_model: "compdef" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].1 | ||
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].2 | ||
with: | ||
markdown_path: "markdown/components" | ||
profile_name: ${{ github.event.inputs.import_name }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
token: ${{ steps.get_installation_token.outputs.token }} | ||
- name: Regenerate component definitions | ||
id: regenerate | ||
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].1 | ||
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].2 | ||
with: | ||
markdown_path: "markdown/components" | ||
oscal_model: "compdef" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
token: ${{ steps.get_installation_token.outputs.token }} | ||
- name: Transform rules | ||
id: transform | ||
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].1 | ||
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].2 | ||
with: | ||
file_pattern: "*.json,rules/*" | ||
branch: ${{ inputs.branch }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
with: | ||
token: ${{ steps.get_installation_token.outputs.token }} | ||
- name: Update from upstream repo | ||
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].1 | ||
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].2 | ||
with: | ||
branch: "sync-upstream-${{ github.run_id }}" | ||
target_branch: "main" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
- name: Check components | ||
id: check-components | ||
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].1 | ||
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].2 | ||
with: | ||
markdown_path: "markdown/components" | ||
oscal_model: "compdef" | ||
|