Skip to content

Commit

Permalink
deps: bump SAML revision (#4201)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Jun 20, 2024
1 parent 3013d57 commit e7fd8bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-deploy-production-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
aws_identity_migration_event_bus_rule_id: identity_migration-b03c433
aws_identity_migration_task_role_arn: arn:aws:iam::084060095745:role/task-exec-role-741a7e3
aws_task_definitions_directory_path: infrastructure/aws/production
flagsmith_saml_revision: v1.6.0
flagsmith_saml_revision: v1.6.2
flagsmith_rbac_revision: v0.7.0
sse_pgp_private_key: ${{ secrets.SSE_PGP_PRIVATE_KEY }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-deploy-staging-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
aws_identity_migration_event_bus_rule_id: identity_migration-08330ed
aws_identity_migration_task_role_arn: arn:aws:iam::302456015006:role/task-exec-role-6fb76f6
aws_task_definitions_directory_path: infrastructure/aws/staging
flagsmith_saml_revision: v1.6.0
flagsmith_saml_revision: v1.6.2
flagsmith_rbac_revision: v0.7.0
sse_pgp_private_key: ${{ secrets.SSE_PGP_PRIVATE_KEY }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '*'

env:
FLAGSMITH_SAML_REVISION: v1.6.0
FLAGSMITH_SAML_REVISION: v1.6.2
FLAGSMITH_RBAC_REVISION: v0.7.0

jobs:
Expand Down

0 comments on commit e7fd8bd

Please sign in to comment.