From c6e034d6b4a41b45596abd778711bbd0e92c5cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:23:09 +0000 Subject: [PATCH 1/3] Bump opslevel/report-deploy-github-action from 2.0.0 to 3.0.0 Bumps [opslevel/report-deploy-github-action](https://github.com/opslevel/report-deploy-github-action) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/opslevel/report-deploy-github-action/releases) - [Changelog](https://github.com/OpsLevel/report-deploy-github-action/blob/v3.0.0/CHANGELOG.md) - [Commits](https://github.com/opslevel/report-deploy-github-action/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: opslevel/report-deploy-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebfebfa8..3c65a0f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ORG_GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }} - name: Report Release To OpsLevel - uses: opslevel/report-deploy-github-action@v2.0.0 + uses: opslevel/report-deploy-github-action@v3.0.0 with: integration_url: ${{ secrets.DEPLOY_INTEGRATION_URL }} service: "opslevel_api_clients" From 10df34151f99b7513c1a0aeda1322eb56d0766d5 Mon Sep 17 00:00:00 2001 From: OpsLevel Bots Date: Mon, 16 Dec 2024 11:23:38 +0000 Subject: [PATCH 2/3] Add automated changelog yaml from template --- .changes/unreleased/Dependency-20241216-112337.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changes/unreleased/Dependency-20241216-112337.yaml diff --git a/.changes/unreleased/Dependency-20241216-112337.yaml b/.changes/unreleased/Dependency-20241216-112337.yaml new file mode 100644 index 00000000..d849dbc8 --- /dev/null +++ b/.changes/unreleased/Dependency-20241216-112337.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump opslevel/report-deploy-github-action from 2.0.0 to 3.0.0 +time: 2024-12-16T11:23:37.669150251Z From 55b3e2d2aae38d133f0170cb7dda96f92e10a47c Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 16 Dec 2024 14:27:10 -0600 Subject: [PATCH 3/3] Apply suggestions from code review --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c65a0f2..ec2370e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ORG_GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }} - name: Report Release To OpsLevel - uses: opslevel/report-deploy-github-action@v3.0.0 + uses: opslevel/report-deploy-github-action/with-docker@v3.0.0 with: integration_url: ${{ secrets.DEPLOY_INTEGRATION_URL }} service: "opslevel_api_clients"