From 8c78a90953e845334968fc403ca2962c873d2458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:32:27 +0100 Subject: [PATCH 1/2] chore(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (#292) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/834a144ee995460fba8ed112a2fc961b36a5ec5a...50769540e7f4bd5e21e526ee35c689e35e0d6874) --- updated-dependencies: - dependency-name: actions/upload-artifact 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> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 74b8eb9f..9f827be6 100644 --- a/action.yml +++ b/action.yml @@ -360,7 +360,7 @@ runs: - name: Upload TF plan file if: inputs.arg_command == 'plan' - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: ${{ steps.tf.outputs.identifier }} path: ${{ inputs.arg_chdir }}/${{ inputs.arg_out }} From 54be29fbd3ec2778f6e36281ad2a226530f93610 Mon Sep 17 00:00:00 2001 From: Rishav Dhar <19497993+RDhar@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:42:20 +0100 Subject: [PATCH 2/2] Update CODEOWNERS (#293) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2c7d775e..b5aa4a01 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # Each line is a file pattern followed by one or more owners. # Order is important as the last matching pair takes precedence. -* @rdhar +* @rdhar @rdhar-tc