Skip to content

Commit

Permalink
Merge pull request #46 from jpower432/chore/pin-trestlebot
Browse files Browse the repository at this point in the history
chore: pin trestlebot
  • Loading branch information
Alex Flom authored Sep 1, 2023
2 parents f5c7d4e + fb236e4 commit b486bbb
Show file tree
Hide file tree
Showing 6 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 @@ -32,7 +32,7 @@ jobs:
token: ${{ steps.get_installation_token.outputs.token }}
- name: Autofix components
id: autofix-component
uses: RedHatProductSecurity/trestle-bot@main
uses: RedHatProductSecurity/trestle-bot@v0.1.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@main
uses: RedHatProductSecurity/trestle-bot@v0.1.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@main
uses: RedHatProductSecurity/trestle-bot@v0.1.0
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 @@ -21,7 +21,7 @@ jobs:
ref: ${{ github.head_ref }}
- name: Check components
id: check-components
uses: RedHatProductSecurity/trestle-bot@main
uses: RedHatProductSecurity/trestle-bot@v0.1.0
with:
markdown_path: "markdown/components"
oscal_model: "compdef"
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@main
trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.1.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click==8.1.6
# via black
cmarkgfm==0.6.0
# via compliance-trestle
compliance-trestle @ git+https://github.com/RedHatProductSecurity/compliance-trestle.git@bb19091d08025f630379da59cba42b64e4701839
compliance-trestle @ git+https://github.com/IBM/compliance-trestle.git@01a5a3358b7f1c35d98ea5ab32d51bbc107ff5a0
# via trestlebot
cryptography==41.0.2
# via
Expand Down Expand Up @@ -187,7 +187,7 @@ toml==0.10.2
# via datamodel-code-generator
tomli==2.0.1
# via black
trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@main
trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.1.0
# via -r requirements.in
typing-extensions==4.7.1
# via
Expand Down

0 comments on commit b486bbb

Please sign in to comment.