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 diff --git a/action.yml b/action.yml index ddde3aad..fe0f5f4e 100644 --- a/action.yml +++ b/action.yml @@ -359,7 +359,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 }}