Skip to content

Commit 98e58e8

Browse files
chore(deps): update canonical/identity-team action to v1.11.1 (#439)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [canonical/identity-team](https://redirect.github.com/canonical/identity-team) | action | patch | `v1.11.0` → `v1.11.1` | --- ### Release Notes <details> <summary>canonical/identity-team (canonical/identity-team)</summary> ### [`v1.11.1`](https://redirect.github.com/canonical/identity-team/releases/tag/v1.11.1) [Compare Source](https://redirect.github.com/canonical/identity-team/compare/v1.11.0...v1.11.1) ##### Bug Fixes - support ignored restrictions in rockcraft build ([3d6fcfb](https://redirect.github.com/canonical/identity-team/commit/3d6fcfb3dd33a1b480dd20d8eaf0c2e361b72f03)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/identity-platform-login-ui-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjEzOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
2 parents 7e2a207 + d598b8d commit 98e58e8

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/auto-approver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ on:
1010
jobs:
1111
auto-approve:
1212
name: Auto-approve and merge pull request
13-
uses: canonical/identity-team/.github/workflows/pr-auto-approval.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
13+
uses: canonical/identity-team/.github/workflows/pr-auto-approval.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
1414
secrets:
1515
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
tests:
2222
name: CI
23-
uses: canonical/identity-team/.github/workflows/charm-pull-request.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
23+
uses: canonical/identity-team/.github/workflows/charm-pull-request.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
2424
with:
2525
container-name: "login-ui"
2626
use-charmcraftcache: true

.github/workflows/cves.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
32+
uses: canonical/identity-team/.github/workflows/cve-check.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
3333
with:
3434
issue: ${{ matrix.issue }}
3535

3636
apply-labels:
37-
uses: canonical/identity-team/.github/workflows/cve-check.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
37+
uses: canonical/identity-team/.github/workflows/cve-check.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
3838
if: ${{ github.event.issue.id }}

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
jobs:
2929
deploy:
3030
name: Deploy Charm to ${{ inputs.model }}
31-
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
31+
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
3232
with:
3333
model: ${{ inputs.model }}
3434
revision: ${{ inputs.revision }}

.github/workflows/on_schedule.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
jobs:
77
update-charm-libs:
88
name: Update Charm Libraries
9-
uses: canonical/identity-team/.github/workflows/charm-libs-update.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
9+
uses: canonical/identity-team/.github/workflows/charm-libs-update.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
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@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
16+
uses: canonical/identity-team/.github/workflows/charm-pull-request.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
1717
with:
1818
container-name: "login-ui"
1919
use-charmcraftcache: true

.github/workflows/promote.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
promote-charm:
2222
name: Promote charm
23-
uses: canonical/identity-team/.github/workflows/charm-promotion.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
23+
uses: canonical/identity-team/.github/workflows/charm-promotion.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
2424
with:
2525
origin-channel: ${{ github.event.inputs.origin-channel }}
2626
destination-channel: ${{ github.event.inputs.destination-channel }}
@@ -65,7 +65,7 @@ jobs:
6565
- promote-charm
6666
- revision
6767
if: ${{ (github.event.inputs.destination-channel == 'latest/edge') }}
68-
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
68+
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
6969
secrets:
7070
CLIENT_ID: ${{ secrets.JIMM_DEV_CLIENT_ID }}
7171
CLIENT_SECRET: ${{ secrets.JIMM_DEV_CLIENT_SECRET }}
@@ -85,7 +85,7 @@ jobs:
8585
- promote-charm
8686
- revision
8787
if: ${{ (github.event.inputs.destination-channel == 'latest/stable') }}
88-
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
88+
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
8989
secrets:
9090
CLIENT_ID: ${{ secrets.JIMM_STG_CLIENT_ID }}
9191
CLIENT_SECRET: ${{ secrets.JIMM_STG_CLIENT_SECRET }}

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
publish:
2929
name: Publish Charm
30-
uses: canonical/identity-team/.github/workflows/charm-publish.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
30+
uses: canonical/identity-team/.github/workflows/charm-publish.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
3131
with:
3232
destination_channel: ${{ inputs.destination_channel}}
3333
source_branch: ${{ inputs.source_branch}}
@@ -73,7 +73,7 @@ jobs:
7373
- publish
7474
- revision
7575
if: ${{ (needs.publish.outputs.channel == 'latest/edge') }}
76-
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
76+
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
7777
with:
7878
model: blue-iam
7979
revision: ${{ needs.revision.outputs.revision }}
@@ -94,7 +94,7 @@ jobs:
9494
- publish
9595
- revision
9696
if: ${{ (needs.publish.outputs.channel == 'latest/stable') }}
97-
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
97+
uses: canonical/identity-team/.github/workflows/charm-deploy.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
9898
with:
9999
model: green-iam
100100
revision: ${{ needs.revision.outputs.revision }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ permissions:
1414
jobs:
1515
release:
1616
name: release
17-
uses: canonical/identity-team/.github/workflows/charm-release.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
17+
uses: canonical/identity-team/.github/workflows/charm-release.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
1818
secrets:
1919
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

.github/workflows/release_libs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
46+
uses: canonical/identity-team/.github/workflows/charm-libs-release.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
4747
secrets:
4848
CHARMCRAFT_CREDENTIALS: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
4949
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

.github/workflows/update_libs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
update-charm-libs:
99
name: Update Charm Libraries
10-
uses: canonical/identity-team/.github/workflows/charm-libs-update.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
10+
uses: canonical/identity-team/.github/workflows/charm-libs-update.yaml@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1
1111
secrets:
1212
CHARMCRAFT_CREDENTIALS: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
1313
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

0 commit comments

Comments
 (0)