Skip to content

Commit b76e258

Browse files
renovate[bot]ory-bot
authored andcommitted
chore(deps): update keto
GitOrigin-RevId: 67f226e6018a82e6d88800d53889497ca3d676ef
1 parent d909668 commit b76e258

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/cve-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
exit-code: 42
118118
failure-threshold: high
119119
- name: Hadolint
120-
uses: hadolint/hadolint-action@v3.1.0
120+
uses: hadolint/hadolint-action@v3.3.0
121121
id: hadolint
122122
if: ${{ always() }}
123123
with:

.github/workflows/pm.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ jobs:
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 5
1818
steps:
19-
- uses: ory-corp/planning-automation-action@v0.1
19+
- uses: ory-corp/planning-automation-action@v0.2
2020
with:
2121
organization: ory-corp
2222
project: 5
2323
token: ${{ secrets.ORY_BOT_PAT }}
2424
todoLabel: "Needs Triage"
2525
statusName: Status
26-
statusValue: "Needs Triage"
26+
prStatusValue: "Needs Triage"
27+
issueStatusValue: "Needs Triage"
2728
includeEffort: "false"
2829
monthlyMilestoneName: Roadmap Monthly
2930
quarterlyMilestoneName: Roadmap

0 commit comments

Comments
 (0)