File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed 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@f18247249f506f3c9210b86e43a2c4dd063088c5 # v1.8.7
13+ uses : canonical/identity-team/.github/workflows/pr-auto-approval.yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.0
1414 secrets :
1515 PAT_TOKEN : ${{ secrets.PAT_TOKEN }}
Original file line number Diff line number Diff line change 1919jobs :
2020 tests :
2121 name : CI
22- uses : canonical/identity-team/.github/workflows/charm-pull-request.yaml@f18247249f506f3c9210b86e43a2c4dd063088c5 # v1.8.7
22+ uses : canonical/identity-team/.github/workflows/charm-pull-request.yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.0
2323 with :
2424 container-name : " hook-service"
2525 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@f18247249f506f3c9210b86e43a2c4dd063088c5 # v1.8.7
32+ uses : canonical/identity-team/.github/workflows/cve-check.yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.0
3333 with :
3434 issue : ${{ matrix.issue }}
3535
3636 apply-labels :
37- uses : canonical/identity-team/.github/workflows/cve-check.yaml@f18247249f506f3c9210b86e43a2c4dd063088c5 # v1.8.7
37+ uses : canonical/identity-team/.github/workflows/cve-check.yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.0
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@f18247249f506f3c9210b86e43a2c4dd063088c5 # v1.8.7
9+ uses : canonical/identity-team/.github/workflows/charm-libs-update.yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.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@f18247249f506f3c9210b86e43a2c4dd063088c5 # v1.8.7
16+ uses : canonical/identity-team/.github/workflows/charm-pull-request.yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.0
1717 with :
1818 container-name : " hook-service"
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@f18247249f506f3c9210b86e43a2c4dd063088c5 # v1.8.7
30+ uses : canonical/identity-team/.github/workflows/charm-publish.yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.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@f18247249f506f3c9210b86e43a2c4dd063088c5 # v1.8.7
76+ uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.0
7777 with :
7878 model : dev-iam
7979 revision : ${{ needs.revision.outputs.revision }}
9393 - publish
9494 - revision
9595 if : ${{ (needs.publish.outputs.channel == 'latest/stable') }}
96- uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@f18247249f506f3c9210b86e43a2c4dd063088c5 # v1.8.7
96+ uses : canonical/identity-team/.github/workflows/charm-deploy.yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.0
9797 with :
9898 model : stg-iam
9999 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@f18247249f506f3c9210b86e43a2c4dd063088c5 # v1.8.7
17+ uses : canonical/identity-team/.github/workflows/charm-release.yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.0
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@f18247249f506f3c9210b86e43a2c4dd063088c5 # v1.8.7
14+ uses : canonical/identity-team/.github/workflows/charm-libs-release.yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.0
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@f18247249f506f3c9210b86e43a2c4dd063088c5 # v1.8.7
10+ uses : canonical/identity-team/.github/workflows/charm-libs-update.yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.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