File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010jobs :
1111 auto-approve :
1212 name : Auto-approve and merge pull request
13- uses : canonical/identity-team/.github/workflows/pr-auto-approval.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
13+ uses : canonical/identity-team/.github/workflows/pr-auto-approval.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
1414 secrets :
1515 PAT_TOKEN : ${{ secrets.PAT_TOKEN }}
Original file line number Diff line number Diff line change 2020jobs :
2121 tests :
2222 name : CI
23- uses : canonical/identity-team/.github/workflows/charm-pull-request.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
23+ uses : canonical/identity-team/.github/workflows/charm-pull-request.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
2424 with :
2525 container-name : " login-ui"
2626 use-charmcraftcache : true
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929 issue : ${{ fromJson(needs.list-all-issues.outputs.issues) }}
3030 needs :
3131 - list-all-issues
32- uses : canonical/identity-team/.github/workflows/cve-check.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
32+ uses : canonical/identity-team/.github/workflows/cve-check.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
3333 with :
3434 issue : ${{ matrix.issue }}
3535
3636 apply-labels :
37- uses : canonical/identity-team/.github/workflows/cve-check.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
37+ uses : canonical/identity-team/.github/workflows/cve-check.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
3838 if : ${{ github.event.issue.id }}
Original file line number Diff line number Diff line change 2828jobs :
2929 deploy :
3030 name : Deploy Charm to ${{ inputs.model }}
31- uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
31+ uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
3232 with :
3333 model : ${{ inputs.model }}
3434 revision : ${{ inputs.revision }}
Original file line number Diff line number Diff line change 66jobs :
77 update-charm-libs :
88 name : Update Charm Libraries
9- uses : canonical/identity-team/.github/workflows/charm-libs-update.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
9+ uses : canonical/identity-team/.github/workflows/charm-libs-update.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
1010 secrets :
1111 CHARMCRAFT_CREDENTIALS : ${{ secrets.CHARMCRAFT_CREDENTIALS }}
1212 PAT_TOKEN : ${{ secrets.PAT_TOKEN }}
1313
1414 tests :
1515 name : CI
16- uses : canonical/identity-team/.github/workflows/charm-pull-request.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
16+ uses : canonical/identity-team/.github/workflows/charm-pull-request.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
1717 with :
1818 container-name : " login-ui"
1919 use-charmcraftcache : true
Original file line number Diff line number Diff line change 2020jobs :
2121 promote-charm :
2222 name : Promote charm
23- uses : canonical/identity-team/.github/workflows/charm-promotion.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
23+ uses : canonical/identity-team/.github/workflows/charm-promotion.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
2424 with :
2525 origin-channel : ${{ github.event.inputs.origin-channel }}
2626 destination-channel : ${{ github.event.inputs.destination-channel }}
6565 - promote-charm
6666 - revision
6767 if : ${{ (github.event.inputs.destination-channel == 'latest/edge') }}
68- uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
68+ uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
6969 secrets :
7070 CLIENT_ID : ${{ secrets.JIMM_DEV_CLIENT_ID }}
7171 CLIENT_SECRET : ${{ secrets.JIMM_DEV_CLIENT_SECRET }}
8585 - promote-charm
8686 - revision
8787 if : ${{ (github.event.inputs.destination-channel == 'latest/stable') }}
88- uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
88+ uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
8989 secrets :
9090 CLIENT_ID : ${{ secrets.JIMM_STG_CLIENT_ID }}
9191 CLIENT_SECRET : ${{ secrets.JIMM_STG_CLIENT_SECRET }}
Original file line number Diff line number Diff line change 2727jobs :
2828 publish :
2929 name : Publish Charm
30- uses : canonical/identity-team/.github/workflows/charm-publish.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
30+ uses : canonical/identity-team/.github/workflows/charm-publish.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
3131 with :
3232 destination_channel : ${{ inputs.destination_channel}}
3333 source_branch : ${{ inputs.source_branch}}
7373 - publish
7474 - revision
7575 if : ${{ (needs.publish.outputs.channel == 'latest/edge') }}
76- uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
76+ uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
7777 with :
7878 model : blue-iam
7979 revision : ${{ needs.revision.outputs.revision }}
9494 - publish
9595 - revision
9696 if : ${{ (needs.publish.outputs.channel == 'latest/stable') }}
97- uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
97+ uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
9898 with :
9999 model : green-iam
100100 revision : ${{ needs.revision.outputs.revision }}
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ permissions:
1414jobs :
1515 release :
1616 name : release
17- uses : canonical/identity-team/.github/workflows/charm-release.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
17+ uses : canonical/identity-team/.github/workflows/charm-release.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
1818 secrets :
1919 PAT_TOKEN : ${{ secrets.PAT_TOKEN }}
Original file line number Diff line number Diff line change 4343 name : Release any bumped library
4444 needs : filter
4545 if : needs.filter.outputs.run-release == 'true'
46- uses : canonical/identity-team/.github/workflows/charm-libs-release.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
46+ uses : canonical/identity-team/.github/workflows/charm-libs-release.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
4747 secrets :
4848 CHARMCRAFT_CREDENTIALS : ${{ secrets.CHARMCRAFT_CREDENTIALS }}
4949 PAT_TOKEN : ${{ secrets.PAT_TOKEN }}
Original file line number Diff line number Diff line change 77jobs :
88 update-charm-libs :
99 name : Update Charm Libraries
10- uses : canonical/identity-team/.github/workflows/charm-libs-update.yaml@6b27807be4ec7c25045d52ef09ac780d684f65a2 # v1.10 .0
10+ uses : canonical/identity-team/.github/workflows/charm-libs-update.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11 .0
1111 secrets :
1212 CHARMCRAFT_CREDENTIALS : ${{ secrets.CHARMCRAFT_CREDENTIALS }}
1313 PAT_TOKEN : ${{ secrets.PAT_TOKEN }}
You can’t perform that action at this time.
0 commit comments