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@15ae2e6fe85c1ed3ba8f301eecd68440b7cafdb1 # v1.8.3
13+ uses : canonical/identity-team/.github/workflows/pr-auto-approval.yaml@6980fa34b31ca8631e6cb2d57980e7e035697a31 # v1.8.5
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@15ae2e6fe85c1ed3ba8f301eecd68440b7cafdb1 # v1.8.3
23+ uses : canonical/identity-team/.github/workflows/charm-pull-request.yaml@6980fa34b31ca8631e6cb2d57980e7e035697a31 # v1.8.5
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@15ae2e6fe85c1ed3ba8f301eecd68440b7cafdb1 # v1.8.3
32+ uses : canonical/identity-team/.github/workflows/cve-check.yaml@6980fa34b31ca8631e6cb2d57980e7e035697a31 # v1.8.5
3333 with :
3434 issue : ${{ matrix.issue }}
3535
3636 apply-labels :
37- uses : canonical/identity-team/.github/workflows/cve-check.yaml@15ae2e6fe85c1ed3ba8f301eecd68440b7cafdb1 # v1.8.3
37+ uses : canonical/identity-team/.github/workflows/cve-check.yaml@6980fa34b31ca8631e6cb2d57980e7e035697a31 # v1.8.5
3838 if : ${{ github.event.issue.id }}
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@15ae2e6fe85c1ed3ba8f301eecd68440b7cafdb1 # v1.8.3
9+ uses : canonical/identity-team/.github/workflows/charm-libs-update.yaml@6980fa34b31ca8631e6cb2d57980e7e035697a31 # v1.8.5
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@15ae2e6fe85c1ed3ba8f301eecd68440b7cafdb1 # v1.8.3
16+ uses : canonical/identity-team/.github/workflows/charm-pull-request.yaml@6980fa34b31ca8631e6cb2d57980e7e035697a31 # v1.8.5
1717 with :
1818 container-name : " login-ui"
1919 use-charmcraftcache : true
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@15ae2e6fe85c1ed3ba8f301eecd68440b7cafdb1 # v1.8.3
30+ uses : canonical/identity-team/.github/workflows/charm-publish.yaml@6980fa34b31ca8631e6cb2d57980e7e035697a31 # v1.8.5
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@15ae2e6fe85c1ed3ba8f301eecd68440b7cafdb1 # v1.8.3
76+ uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@6980fa34b31ca8631e6cb2d57980e7e035697a31 # v1.8.5
7777 with :
7878 model : dev-iam
7979 revision : ${{ needs.revision.outputs.revision }}
9292 - publish
9393 - revision
9494 if : ${{ (needs.publish.outputs.channel == 'latest/stable') }}
95- uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@15ae2e6fe85c1ed3ba8f301eecd68440b7cafdb1 # v1.8.3
95+ uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@6980fa34b31ca8631e6cb2d57980e7e035697a31 # v1.8.5
9696 with :
9797 model : stg-iam
9898 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@15ae2e6fe85c1ed3ba8f301eecd68440b7cafdb1 # v1.8.3
17+ uses : canonical/identity-team/.github/workflows/charm-release.yaml@6980fa34b31ca8631e6cb2d57980e7e035697a31 # v1.8.5
1818 secrets :
1919 PAT_TOKEN : ${{ secrets.PAT_TOKEN }}
Original file line number Diff line number Diff line change 1111jobs :
1212 release-lib :
1313 name : Release any bumped library
14- uses : canonical/identity-team/.github/workflows/charm-libs-release.yaml@15ae2e6fe85c1ed3ba8f301eecd68440b7cafdb1 # v1.8.3
14+ uses : canonical/identity-team/.github/workflows/charm-libs-release.yaml@6980fa34b31ca8631e6cb2d57980e7e035697a31 # v1.8.5
1515 secrets :
1616 CHARMCRAFT_CREDENTIALS : ${{ secrets.CHARMCRAFT_CREDENTIALS }}
1717 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@15ae2e6fe85c1ed3ba8f301eecd68440b7cafdb1 # v1.8.3
10+ uses : canonical/identity-team/.github/workflows/charm-libs-update.yaml@6980fa34b31ca8631e6cb2d57980e7e035697a31 # v1.8.5
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