Skip to content

Commit

Permalink
build(deps): update trestlebot to v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Sep 8, 2023
1 parent b486bbb commit b08bff8
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/[email protected].0
uses: RedHatProductSecurity/[email protected].1
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/[email protected].0
uses: RedHatProductSecurity/[email protected].1
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/[email protected].0
uses: RedHatProductSecurity/[email protected].1
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/[email protected].0
uses: RedHatProductSecurity/[email protected].1
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/[email protected].0
trestlebot @ git+https://github.com/RedHatProductSecurity/[email protected].1
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ gitdb==4.0.10
# via gitpython
github3-py==4.0.1
# via trestlebot
gitpython==3.1.32
gitpython==3.1.35
# via trestlebot
h11==0.14.0
# via httpcore
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/[email protected].0
trestlebot @ git+https://github.com/RedHatProductSecurity/[email protected].1
# via -r requirements.in
typing-extensions==4.7.1
# via
Expand Down

0 comments on commit b08bff8

Please sign in to comment.