From fcf98c51c366067fa78f0e120e3858a1e01f1296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:30:14 +0000 Subject: [PATCH] Bump OpsLevel/report-deploy-github-action from 1.0.0 to 2.0.0 Bumps [OpsLevel/report-deploy-github-action](https://github.com/opslevel/report-deploy-github-action) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/opslevel/report-deploy-github-action/releases) - [Changelog](https://github.com/OpsLevel/report-deploy-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/opslevel/report-deploy-github-action/compare/v1.0.0...v2.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 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f1293e..5a90d25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,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@v1.0.0 + uses: opslevel/report-deploy-github-action@v2.0.0 with: integration_url: ${{ secrets.DEPLOY_INTEGRATION_URL }} service: "report_deploy_github_action" diff --git a/action.yml b/action.yml index b2813fb..a3d5181 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ runs: steps: - name: Do it with Docker if: ${{ inputs.use_docker == 'true' }} - uses: OpsLevel/report-deploy-github-action/with-docker@v1.0.0 + uses: OpsLevel/report-deploy-github-action/with-docker@v2.0.0 with: integration_url: ${{ inputs.integration_url }} deduplication_id: ${{ inputs.deduplication_id }}