Skip to content

Commit

Permalink
chore(deps): update all (#68)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Azure/cli](https://togithub.com/Azure/cli) | action | patch | `1.0.4`
-> `v1.0.7` |
| [node](https://togithub.com/nodejs/node) | stage | minor |
`18.9-alpine3.16` -> `18.15-alpine3.16` |

---

### Release Notes

<details>
<summary>Azure/cli</summary>

### [`v1.0.7`](https://togithub.com/Azure/cli/releases/tag/v1.0.7):
GitHub Action for Azure CLI v1.0.7

[Compare Source](https://togithub.com/Azure/cli/compare/v1.0.6...v1.0.7)

-   Upgraded action to use node 16 instead of node 12
- Upgrade [@&#8203;actions/core](https://togithub.com/actions/core) to
^1.10.0
- Resolved other minor issues like
[https://github.com/Azure/cli/issues/87](https://togithub.com/Azure/cli/issues/87)
and
[https://github.com/Azure/cli/issues/84](https://togithub.com/Azure/cli/issues/84)

### [`v1.0.6`](https://togithub.com/Azure/cli/releases/tag/v1.0.6):
GitHub Action for Azure CLI v1.0.6

[Compare Source](https://togithub.com/Azure/cli/compare/v1.0.5...v1.0.6)

Resolved customer issue: `Error: /bin/sh: 1: az: not found in v1.0.5`
[https://github.com/Azure/cli/issues/62](https://togithub.com/Azure/cli/issues/62)

### [`v1.0.5`](https://togithub.com/Azure/cli/releases/tag/v1.0.5):
GitHub Action for Azure CLI v1.0.5

[Compare Source](https://togithub.com/Azure/cli/compare/1.0.4...v1.0.5)

Resolved compatibility issues between az cli version on agent and
container.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/UK-Export-Finance/mdm-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->
  • Loading branch information
avaitonis authored Mar 29, 2023
2 parents a28c1ef + 76aece2 commit ea0fcd3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: echo acr=$(az acr show -n ${{ env.cr }} --query loginServer | tr -d '"') >> $GITHUB_ENV

- name: Defaults ✨
uses: Azure/cli@1.0.4
uses: Azure/cli@v1.0.7
with:
inlineScript: |
# Basic
Expand All @@ -103,7 +103,7 @@ jobs:
docker push ${{ env.acr }}/${{ env.name }}:${{ env.from }}
- name: Revisions 🔀
uses: Azure/cli@1.0.4
uses: Azure/cli@v1.0.7
with:
inlineScript: |
az containerapp update \
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Azure defaults ✨
uses: Azure/cli@1.0.4
uses: Azure/cli@v1.0.7
with:
inlineScript: |
# Basic
Expand All @@ -101,7 +101,7 @@ jobs:
az extension add --name containerapp --upgrade
- name: Resource group 🏗️
uses: Azure/cli@1.0.4
uses: Azure/cli@v1.0.7
with:
inlineScript: |
az group create \
Expand All @@ -110,7 +110,7 @@ jobs:
- name: Container registry 📦️
uses: Azure/cli@1.0.4
uses: Azure/cli@v1.0.7
with:
inlineScript: |
az acr create \
Expand All @@ -120,7 +120,7 @@ jobs:
--tags ${{ env.tags }}
- name: Virtual network 🧵
uses: Azure/cli@1.0.4
uses: Azure/cli@v1.0.7
with:
inlineScript: |
az network vnet create \
Expand All @@ -143,7 +143,7 @@ jobs:
# --allow-vnet-access 1

- name: Container app environment 🗃️
uses: Azure/cli@1.0.4
uses: Azure/cli@v1.0.7
with:
inlineScript: |
az containerapp env create \
Expand All @@ -153,7 +153,7 @@ jobs:
- name: Container app - MDM 📄
uses: Azure/cli@1.0.4
uses: Azure/cli@v1.0.7
with:
inlineScript: |
az containerapp create \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###################

# NPM 8.19.1 Alpine linux image
FROM node:18.9-alpine3.16 AS build
FROM node:18.15-alpine3.16 AS build

# Alpine Linux install packages
RUN apk add bash curl
Expand Down

0 comments on commit ea0fcd3

Please sign in to comment.