Skip to content

Commit

Permalink
⬆️ bump RedHatProductSecurity/trestle-bot from 0.7.0 to 0.7.2 (#77)
Browse files Browse the repository at this point in the history
Bumps [RedHatProductSecurity/trestle-bot](https://github.com/redhatproductsecurity/trestle-bot) from 0.7.0 to 0.7.2.
- [Release notes](https://github.com/redhatproductsecurity/trestle-bot/releases)
- [Commits](RedHatProductSecurity/trestle-bot@v0.7.0...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
dependabot[bot] committed Mar 12, 2024
1 parent 563e39a commit da0a253
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix-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: Autofix profile
id: autofix-profile
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].0
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].2
with:
markdown_path: "markdown/profiles"
oscal_model: "profile"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-profile.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 profiles
id: regenerate
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].0
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].2
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-profile
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].0
uses: RedHatProductSecurity/trestle-bot/actions/[email protected].2
with:
markdown_path: "markdown/profiles"
oscal_model: "profile"
Expand Down

0 comments on commit da0a253

Please sign in to comment.