Skip to content

Commit 89218b6

Browse files
Merge pull request #60 from canonical/renovate/auto-github-actions
chore(deps): update canonical/identity-team action to v1.9.0
2 parents 26e58e3 + 070ddfe commit 89218b6

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.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@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 }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
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

.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@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 }}

.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@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

.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@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}}
@@ -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@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 }}
@@ -93,7 +93,7 @@ jobs:
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 }}

.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@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 }}

.github/workflows/release_libs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
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 }}

.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@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 }}

0 commit comments

Comments
 (0)