From 8cba67382b6d1b8a7c9dbe8d177763bac825fb8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:42:08 +0000 Subject: [PATCH 1/4] Bump azure/login from 2.1.1 to 2.2.0 (#391) Bumps [azure/login](https://github.com/azure/login) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/develop-func-deploy.yml | 2 +- .github/workflows/prod-func-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop-func-deploy.yml b/.github/workflows/develop-func-deploy.yml index 0724cb2..eeeaa01 100644 --- a/.github/workflows/develop-func-deploy.yml +++ b/.github/workflows/develop-func-deploy.yml @@ -60,7 +60,7 @@ jobs: rm build-artifact-dev.zip - name: 'Login via Azure CLI' - uses: azure/login@v2.1.1 + uses: azure/login@v2.2.0 with: creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets diff --git a/.github/workflows/prod-func-deploy.yml b/.github/workflows/prod-func-deploy.yml index 1b6686c..35fe043 100644 --- a/.github/workflows/prod-func-deploy.yml +++ b/.github/workflows/prod-func-deploy.yml @@ -47,7 +47,7 @@ jobs: rm build-artifact-prod.zip - name: 'Login via Azure CLI' - uses: azure/login@v2.1.1 + uses: azure/login@v2.2.0 with: creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets From b2d25e8a1706a33ce6c80e038aec2c89ea3ecd38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:29:14 +0000 Subject: [PATCH 2/4] Bump fastify/github-action-merge-dependabot from 3.10.1 to 3.10.2 (#392) Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 3.10.1 to 3.10.2. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v3.10.1...v3.10.2) --- updated-dependencies: - dependency-name: fastify/github-action-merge-dependabot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/develop-func-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop-func-ci.yml b/.github/workflows/develop-func-ci.yml index 27943fb..5f7e0a7 100644 --- a/.github/workflows/develop-func-ci.yml +++ b/.github/workflows/develop-func-ci.yml @@ -22,6 +22,6 @@ jobs: pull-requests: write contents: write steps: - - uses: fastify/github-action-merge-dependabot@v3.10.1 + - uses: fastify/github-action-merge-dependabot@v3.10.2 with: github-token: ${{secrets.GITHUB_TOKEN}} From ad107002428234af87f1cbb770eaa3915925c127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:08:28 +0000 Subject: [PATCH 3/4] Bump fastify/github-action-merge-dependabot from 3.10.2 to 3.11.0 (#394) Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 3.10.2 to 3.11.0. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v3.10.2...v3.11.0) --- updated-dependencies: - dependency-name: fastify/github-action-merge-dependabot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/develop-func-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop-func-ci.yml b/.github/workflows/develop-func-ci.yml index 5f7e0a7..b646f29 100644 --- a/.github/workflows/develop-func-ci.yml +++ b/.github/workflows/develop-func-ci.yml @@ -22,6 +22,6 @@ jobs: pull-requests: write contents: write steps: - - uses: fastify/github-action-merge-dependabot@v3.10.2 + - uses: fastify/github-action-merge-dependabot@v3.11.0 with: github-token: ${{secrets.GITHUB_TOKEN}} From 0ee1c1e0e9408746910cbe46058bf24933f24624 Mon Sep 17 00:00:00 2001 From: James B Date: Wed, 4 Dec 2024 12:11:21 +0000 Subject: [PATCH 4/4] Add button to trigger manual production deploy (it's already on dev) --- .github/workflows/prod-func-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/prod-func-deploy.yml b/.github/workflows/prod-func-deploy.yml index 35fe043..b1bc911 100644 --- a/.github/workflows/prod-func-deploy.yml +++ b/.github/workflows/prod-func-deploy.yml @@ -4,6 +4,8 @@ name: Deploy_To_PROD_Function_On_Release on: release: types: [published] + workflow_dispatch: + env: STAGE: prod # suffix to indicate environment stage