Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-approver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:
jobs:
auto-approve:
name: Auto-approve and merge pull request
uses: canonical/identity-team/.github/workflows/pr-auto-approval.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/pr-auto-approval.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
tests:
name: CI
uses: canonical/identity-team/.github/workflows/charm-pull-request.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/charm-pull-request.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
with:
container-name: "login-ui"
use-charmcraftcache: true
4 changes: 2 additions & 2 deletions .github/workflows/cves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
issue: ${{ fromJson(needs.list-all-issues.outputs.issues) }}
needs:
- list-all-issues
uses: canonical/identity-team/.github/workflows/cve-check.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/cve-check.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
with:
issue: ${{ matrix.issue }}

apply-labels:
uses: canonical/identity-team/.github/workflows/cve-check.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/cve-check.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
if: ${{ github.event.issue.id }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
jobs:
deploy:
name: Deploy Charm to ${{ inputs.model }}
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
with:
model: ${{ inputs.model }}
revision: ${{ inputs.revision }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
jobs:
update-charm-libs:
name: Update Charm Libraries
uses: canonical/identity-team/.github/workflows/charm-libs-update.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/charm-libs-update.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
secrets:
CHARMCRAFT_CREDENTIALS: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

tests:
name: CI
uses: canonical/identity-team/.github/workflows/charm-pull-request.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/charm-pull-request.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
with:
container-name: "login-ui"
use-charmcraftcache: true
6 changes: 3 additions & 3 deletions .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
promote-charm:
name: Promote charm
uses: canonical/identity-team/.github/workflows/charm-promotion.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/charm-promotion.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
with:
origin-channel: ${{ github.event.inputs.origin-channel }}
destination-channel: ${{ github.event.inputs.destination-channel }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- promote-charm
- revision
if: ${{ (github.event.inputs.destination-channel == 'latest/edge') }}
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
secrets:
CLIENT_ID: ${{ secrets.JIMM_DEV_CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.JIMM_DEV_CLIENT_SECRET }}
Expand All @@ -85,7 +85,7 @@ jobs:
- promote-charm
- revision
if: ${{ (github.event.inputs.destination-channel == 'latest/stable') }}
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
secrets:
CLIENT_ID: ${{ secrets.JIMM_STG_CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.JIMM_STG_CLIENT_SECRET }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
jobs:
publish:
name: Publish Charm
uses: canonical/identity-team/.github/workflows/charm-publish.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/charm-publish.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
with:
destination_channel: ${{ inputs.destination_channel}}
source_branch: ${{ inputs.source_branch}}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- publish
- revision
if: ${{ (needs.publish.outputs.channel == 'latest/edge') }}
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
with:
model: blue-iam
revision: ${{ needs.revision.outputs.revision }}
Expand All @@ -94,7 +94,7 @@ jobs:
- publish
- revision
if: ${{ (needs.publish.outputs.channel == 'latest/stable') }}
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
with:
model: green-iam
revision: ${{ needs.revision.outputs.revision }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ permissions:
jobs:
release:
name: release
uses: canonical/identity-team/.github/workflows/charm-release.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/charm-release.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release_libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: Release any bumped library
needs: filter
if: needs.filter.outputs.run-release == 'true'
uses: canonical/identity-team/.github/workflows/charm-libs-release.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/charm-libs-release.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
secrets:
CHARMCRAFT_CREDENTIALS: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/update_libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
update-charm-libs:
name: Update Charm Libraries
uses: canonical/identity-team/.github/workflows/charm-libs-update.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
uses: canonical/identity-team/.github/workflows/charm-libs-update.yaml@59d4d2782bcb8fc2deea2aa08442e4c8603f2689 # v1.11.2
secrets:
CHARMCRAFT_CREDENTIALS: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
Loading